From 951fef5e39126bbd29c9bcddee186c01c0efd644 Mon Sep 17 00:00:00 2001 From: Eduard Marbach Date: Wed, 11 Apr 2018 14:58:52 +0200 Subject: [PATCH] Add macOS related ignore files --- .gitignore | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6d0f6c6ae..8d68e1d29 100644 --- a/.gitignore +++ b/.gitignore @@ -72,4 +72,37 @@ fabric.properties .idea/ *.iml -# End of https://www.gitignore.io/api/intellij+all \ No newline at end of file +# End of https://www.gitignore.io/api/intellij+all + + +# Created by https://www.gitignore.io/api/macos + +### macOS ### +*.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/macos \ No newline at end of file