Skip to content

Instantly share code, notes, and snippets.

@krisanalfa
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisanalfa/507846c257b753e8d35e to your computer and use it in GitHub Desktop.
Save krisanalfa/507846c257b753e8d35e to your computer and use it in GitHub Desktop.
Basic Gitignore File
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.xz
*.pkg
*.apk
*.ipa
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
*.dump
*.dmp
ehthumbs.db
Thumbs.db
# IDE #
#######
*.sublime-project
*.sublime-workspace
.komodotools
*.komodoproject
*.idea
# Package Control generated files #
####################################
/node_modules
/vendor
/bower_components
# Spesific Reason #
###################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment