1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 12:28:30 +02:00
This commit is contained in:
Tres Pittman 2025-07-01 19:10:13 +02:00 committed by GitHub
commit 66feef32c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

62
Windows.gitignore Normal file
View file

@ -0,0 +1,62 @@
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# Windows error report files
*.WER
# File lock files
*.lock
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.dll
# Tilde files
*~
# Log and dump files
*.log
*.dmp
# Temp files
*.tmp
*.swp
*.bak
*.swx
*.swo
# Other unwanted files
*.exe
*.pdb
*.p12
*.cer
# Platform specific files
/node_modules/
.idea/
.vscode/
.history/