From 6fba062f5ee7d12b00b489dd64ab2e65b6c894d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Naz=C4=B1m=20Gediz=20Ayd=C4=B1ndo=C4=9Fmu=C5=9F?= Date: Wed, 15 Feb 2023 04:41:49 +0300 Subject: [PATCH] Update .gitignore Add MacOS related files --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/.gitignore b/.gitignore index c6bba59..e2878c0 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,44 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + + +# Created by https://www.toptal.com/developers/gitignore/api/macos +# Edit at +https://www.toptal.com/developers/gitignore?templates=macos + +### 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 + +### macOS Patch ### +# iCloud generated files +*.icloud + +# End of https://www.toptal.com/developers/gitignore/api/macos +