Created
June 16, 2015 07:08
-
-
Save daveredfern/fe2cb16939df4d769ac4 to your computer and use it in GitHub Desktop.
An example gitignore file for projects for Mac, Google Docs, server folders and random nasty files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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 | |
# Directories potentially created on remote AFP share | |
.AppleDB | |
.AppleDesktop | |
Network Trash Folder | |
Temporary Items | |
.apdisk | |
# Gulp | |
node_modules | |
.sass-cache | |
# Server stuff | |
.bash_history | |
.bash_logout | |
.bashrc | |
.cache | |
.profile | |
.ssh | |
log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment