From 317fbcdcf4dacf8a9d7a688abf81036f025312e1 Mon Sep 17 00:00:00 2001 From: Siu Jam Oh Date: Tue, 16 Jun 2026 11:28:35 +0800 Subject: [PATCH] feat: add gitignore for macOS system generated files --- macOS.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 macOS.gitignore diff --git a/macOS.gitignore b/macOS.gitignore new file mode 100644 index 0000000..6c0e71c --- /dev/null +++ b/macOS.gitignore @@ -0,0 +1,17 @@ +### macOS +.DS_Store +.AppleDouble +.LSOverride +._* +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk \ No newline at end of file