Skip to content

Instantly share code, notes, and snippets.

@tsamaya
Created January 23, 2018 10:48
Show Gist options
  • Save tsamaya/f326f5a781d21630c330ba14ec9b17d2 to your computer and use it in GitHub Desktop.
Save tsamaya/f326f5a781d21630c330ba14ec9b17d2 to your computer and use it in GitHub Desktop.
Global .gitignore
touch ~/.gitignore
git config --global core.excludesfile ~/.gitignore
# Created by https://www.gitignore.io/api/osx

### OSX ###
*.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


# End of https://www.gitignore.io/api/osx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment