Skip to content

Instantly share code, notes, and snippets.

@badlydrawnrob
Last active February 6, 2019 19:22
Show Gist options
  • Save badlydrawnrob/5845436 to your computer and use it in GitHub Desktop.
Save badlydrawnrob/5845436 to your computer and use it in GitHub Desktop.
Global Git Ignore file
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
*~
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Sublime Text #
################
# cache files for sublime text
# workspace files are user-specific
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
# Node #
########
node_modules/
# Python #
##########
__pycache__/
*.py[cod]
*$py.class
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.manifest
*.spec
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.idea
.mypy_cache
.pytest_cache
# Django #
##########
*.log
.static_storage/
.media/
local_settings.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment