Skip to content

Instantly share code, notes, and snippets.

@michaelbragg
Created October 23, 2015 09:23
Show Gist options
  • Save michaelbragg/cd52bec5bebb082b3c8e to your computer and use it in GitHub Desktop.
Save michaelbragg/cd52bec5bebb082b3c8e to your computer and use it in GitHub Desktop.
Global Git Ignore: Add or amend these files in your `~/` folder
[core]
excludesfile = ~/.gitignore
# OSX: https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
.DS_Store
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
.fseventsd
# Windows: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment