Skip to content

Instantly share code, notes, and snippets.

@JasonGiedymin
Created August 4, 2012 04:46
Show Gist options
  • Save JasonGiedymin/3254607 to your computer and use it in GitHub Desktop.
Save JasonGiedymin/3254607 to your computer and use it in GitHub Desktop.
Global .gitignore
# Global .gitignore
## Dirs
node_modules
tmp
temp
## Generic
*~
*.lock
*.DS_Store
*.swp
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
## Java
*.class
## Python
*.pyc
## NodeJS Specific
.migrate
npm-debug.log
## Misc
.sass-cache
@JasonGiedymin
Copy link
Author

No idea why I put lib-cov in there...

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