Add remaining templates (languages, frameworks, IDEs, OS)
This commit is contained in:
30
src/gitignore_cli/templates/windows.yaml
Normal file
30
src/gitignore_cli/templates/windows.yaml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user