From b3f56132c24b3b3cd88fb403e67d7f02e7820613 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/windows.yaml | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/gitignore_cli/templates/windows.yaml diff --git a/src/gitignore_cli/templates/windows.yaml b/src/gitignore_cli/templates/windows.yaml new file mode 100644 index 0000000..ee32764 --- /dev/null +++ b/src/gitignore_cli/templates/windows.yaml @@ -0,0 +1,30 @@ +name: windows +category: os +description: Windows operating system +patterns: | + # Windows thumbnail cache files + Thumbs.db + Thumbs.db:encryptable + ehthumbs.db + *.db + + # Files and directories created by pivoting tools + .fuse_hidden* + .nfs* + .mountpoint + .fuse_hidden* + .nfs* + + # Trash folder + @eaDir + + # Windows image file caches + $RECYCLE.BIN/ + *.cab + *.msi + *.msix + *.msm + *.msp + + # Windows shortcuts + *.lnk