Skip to content

Instantly share code, notes, and snippets.

@FullStackForger
Last active August 29, 2015 14:19
Show Gist options
  • Save FullStackForger/f4bf624238f01487840a to your computer and use it in GitHub Desktop.
Save FullStackForger/f4bf624238f01487840a to your computer and use it in GitHub Desktop.
.gitignore for Web projects
# Logs and temp files
[Ll]ogs/
[Tt]emp/
*.log
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
[Cc]overage/
coverage.*
# Node specific
node_modules
npm-debug.log
# Bower components
bower_components
# IntelliJ IDEA files
.idea/
*.iml
# osx specific files
*~
*.lock
*.DS_Store
*.swp
*.out
._*
*.swo
*.swn
# configuration
[Cc]onfig/
# distribution
dist
build
@FullStackForger
Copy link
Author

Depending on your deployment strategy you might want to comment out dist and build folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment