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