Skip to content

Instantly share code, notes, and snippets.

@kodekracker
Last active June 14, 2017 18:57
Show Gist options
  • Save kodekracker/0b1e18e753b453f163fb to your computer and use it in GitHub Desktop.
Save kodekracker/0b1e18e753b453f163fb to your computer and use it in GitHub Desktop.
A global .gitignore file
# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashesvenv
# Local Virtualenv
venv/
venv-pypy/
# Packages ignore
node_modules
#dist
.tmp
.sass-cache
app/bower_components
.netwhist
_design_assets
# Pycharm, Webstorm
.idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment