From 39706f28c140de9fe8e54e03b685c5f74445500d Mon Sep 17 00:00:00 2001 From: sakecode <117884763+sakecode@users.noreply.github.com> Date: Sat, 1 Apr 2023 20:49:29 -0700 Subject: [PATCH] chore: gitignore updated for macos --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.gitignore b/.gitignore index 1826fa1..f205ddc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,32 @@ +# General +.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 + +# other non-macos stuff -icons/ *.mp4 *.raw