Skip to content

Instantly share code, notes, and snippets.

@jgpeak
Created May 30, 2015 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgpeak/344fe825a8b0c659d7ed to your computer and use it in GitHub Desktop.
Save jgpeak/344fe825a8b0c659d7ed to your computer and use it in GitHub Desktop.
Default Node.js Git Ignore File
# Ignore Mac Files
.DS_Store
# Ignore Testing Configurations
config/test
# Ignore Temp Directory
tmp
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment