Skip to content

Instantly share code, notes, and snippets.

@ocidique
Last active September 13, 2015 16:30
Show Gist options
  • Select an option

  • Save ocidique/1d43faa7e652053f1dc3 to your computer and use it in GitHub Desktop.

Select an option

Save ocidique/1d43faa7e652053f1dc3 to your computer and use it in GitHub Desktop.
.gitignore foundation
# Editors and runners
.idea/
bin/
tmp/
node_modules/
bower_components/
.settings/
.sass-cache/
resources/
local.properties
.project
.metadata
.gradle
.loadpath
.build-path
*~
*.tmp
*.bak
*.swp
*~.nib
*.iml
# Compiled sources
target/
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyo
*.pyc
# Packages
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs
*.log
# Databases, might be need versioning
*.sql
*.sqlite
# Operating System generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment