Files
zf-sql/.gitignore
2025-09-03 18:11:09 +01:00

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/