Skip to content

Instantly share code, notes, and snippets.

@akimichi
Last active May 6, 2017 04:31
Show Gist options
  • Save akimichi/4e3a898f7bb5d9bb50e31085480b4f6e to your computer and use it in GitHub Desktop.
Save akimichi/4e3a898f7bb5d9bb50e31085480b4f6e to your computer and use it in GitHub Desktop.
.gitignore for express4
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Optional npm cache directory
.npm
.node_repl_history
# dotenv environment variables file
.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment