15 lines
156 B
Plaintext
15 lines
156 B
Plaintext
# Ignore log files
|
|
*.log
|
|
|
|
# Ignore backup files and flags
|
|
*.bak
|
|
*.flag
|
|
*.json
|
|
*.xml
|
|
|
|
# Ignore PowerShell/Batch temporary files
|
|
*.ps1~
|
|
*.cmd~
|
|
*.tmp
|
|
|
|
.vscode/ |