Last active
August 29, 2015 14:19
-
-
Save FullStackForger/f4bf624238f01487840a to your computer and use it in GitHub Desktop.
.gitignore for Web projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depending on your deployment strategy you might want to comment out
dist
andbuild
folder