0.0.2 • Published 12 months ago
@greycode/gitignore_init v0.0.2
gitignore_init
- A simple npm package to generate a .gitignore file for Node projects.
Installation
npm install -D @greycode/gitignore_init
Usage
npx gitignore-init
What to Expect
This package generates a .gitignore file with the following ignores:
- Node.js dependencies
(node_modules/)
- Logs
(logs/)
- Environment variables
(.env)
- Operating system files
(.DS_Store, Thumbs.db)
- Build and dist directories
(build/, dist/)
- Express-specific files
(*.log, *.pid)
- IDE-specific files
(.idea/, .vscode/)
- Other unnecessary files
(*.tmp, *.cache, *.DS_Store, *.swp)
Customization
- You can customize the generated .gitignore file by modifying the
.gitignore
file in the workingDir
package.
Contributing
- If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository.
express-gitignore is licensed under the MIT License.