Skip to content

kculz/gitignore_init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

express-gitignore is licensed under the MIT License.

About

A simple npm package to generate a .gitignore file for Node projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published