Skip to content

Instantly share code, notes, and snippets.

@DarinM223
Created August 15, 2014 19:27
Show Gist options
  • Save DarinM223/c3675f94d3e67684babc to your computer and use it in GitHub Desktop.
Save DarinM223/c3675f94d3e67684babc to your computer and use it in GitHub Desktop.
Global gitignore configuration
# Compiled source #
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
*.log
*.sql
*.sqlite
*.sqlite3
# OS generated files #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Node.js #
node_modules/
bower_components/
packages/
# Python #
*.pyc
# Virtualenv #
env/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment