From 49a54e14d15f5189f386a295cb84ad1b485cd7c6 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 15:34:10 +0000 Subject: [PATCH] Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow --- templates/macos.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/macos.gitignore diff --git a/templates/macos.gitignore b/templates/macos.gitignore new file mode 100644 index 0000000..a8871be --- /dev/null +++ b/templates/macos.gitignore @@ -0,0 +1,20 @@ +# macOS +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files +*.swp +*.swo +*~ + +# Directories +.Trashes +.idea/ +.vscode/