From 7491c6a3a6467ef07606805bf138c9dfb1cddaea Mon Sep 17 00:00:00 2001 From: D V Date: Wed, 1 May 2024 16:19:42 +0530 Subject: [PATCH 1/2] add .DS_Store to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c795b05..781ee87 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -build \ No newline at end of file +build +**/.DS_Store From cc0fff6bce4ce170f4f4d818ae5a8d97ccccdbe1 Mon Sep 17 00:00:00 2001 From: D V Date: Tue, 7 May 2024 14:35:25 +0530 Subject: [PATCH 2/2] add a larger list to the .gitignore --- .gitignore | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 781ee87..5e862cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,63 @@ +# OS specific + +### 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 + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# Project specific build -**/.DS_Store