Skip to content

Instantly share code, notes, and snippets.

@kisztof
Forked from octocat/.gitignore
Last active August 29, 2015 14:23
Show Gist options
  • Save kisztof/6fb843632413981ae601 to your computer and use it in GitHub Desktop.
Save kisztof/6fb843632413981ae601 to your computer and use it in GitHub Desktop.
Added few new rules
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc
*.out
# Packages #
############
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
*~
*#
# OS generated files #
######################
.DS_Store
.DS_Store?
Desktop.ini
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Application specific files
############################
venv
node_modules
.sass-cache
# IDE files #
#############
nbproject
.~lock.*
.buildpath
.idea
.project
.settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment