https://github.com/kculz/gitignore_init
A simple npm package to generate a .gitignore file for Node projects.
https://github.com/kculz/gitignore_init
github gitignore nodejs
Last synced: 12 months ago
JSON representation
A simple npm package to generate a .gitignore file for Node projects.
- Host: GitHub
- URL: https://github.com/kculz/gitignore_init
- Owner: kculz
- Created: 2024-07-24T09:39:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T08:35:50.000Z (over 1 year ago)
- Last Synced: 2025-04-29T11:44:02.400Z (about 1 year ago)
- Topics: github, gitignore, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@greycode/gitignore_init
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitignore_init
- A simple npm package to generate a .gitignore file for Node projects.
## Installation
---------------
```Bash
npm install -D @greycode/gitignore_init
```
## Usage
-----
```Bash
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 working `Dir` 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](https://github.com/kculz/country_utils.git).
-------
express-gitignore is licensed under the MIT License.