From d55cea84255de4ccf359919cbf4c1af9f8786146 Mon Sep 17 00:00:00 2001 From: critmcdonald Date: Fri, 20 May 2016 18:20:30 -0500 Subject: [PATCH] updateing gitignore to remove OSX dependencies --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.gitignore b/.gitignore index d843df24..ac4ba1e0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,34 @@ ### Sass ### .sass-cache +### 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 + ### Node ### # Logs