From e3af7ea77bb844db833d4c2fbad7fcf6aed9e152 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 15:43:57 +0000 Subject: [PATCH] Add remaining templates (languages, frameworks, IDEs, OS) --- src/gitignore_cli/templates/macos.yaml | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/gitignore_cli/templates/macos.yaml diff --git a/src/gitignore_cli/templates/macos.yaml b/src/gitignore_cli/templates/macos.yaml new file mode 100644 index 0000000..63fca5a --- /dev/null +++ b/src/gitignore_cli/templates/macos.yaml @@ -0,0 +1,28 @@ +name: macos +category: os +description: macOS operating system +patterns: | + # General + .DS_Store + .AppleDouble + .LSOverride + + # 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 + 00* + Network Trash Folder + Temporary Items + .apdisk