From 565d777f2f090a6afd793fd2293bffefadf8ca0e Mon Sep 17 00:00:00 2001 From: marzent Date: Sat, 16 Apr 2022 11:34:42 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.gitignore b/.gitignore index 655270ca0..dd647c1aa 100644 --- a/.gitignore +++ b/.gitignore @@ -193,6 +193,33 @@ ClientBin/ node_modules/ orleans.codegen.cs +# macOS related ignores +.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 + # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/