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