From 9983752f57fefd1a30be15fa8f393c4382e0458f Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 14 Feb 2021 20:55:35 +0100 Subject: [PATCH] Added macOS specific part to .gitignore. --- .gitignore | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 35f2402..5e5560c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -# Created by https://www.toptal.com/developers/gitignore/api/vim,windows,adobe -# Edit at https://www.toptal.com/developers/gitignore?templates=vim,windows,adobe +# Created by https://www.toptal.com/developers/gitignore/api/vim,adobe,windows,macos +# Edit at https://www.toptal.com/developers/gitignore?templates=vim,adobe,windows,macos ### Adobe ### # Adobe Source Files @@ -10,6 +10,35 @@ *.prproj *.aep +### macOS ### +# 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 + ### Vim ### # Swap [._]*.s[a-v][a-z] @@ -57,4 +86,4 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/vim,windows,adobe +# End of https://www.toptal.com/developers/gitignore/api/vim,adobe,windows,macos \ No newline at end of file