- New displaylocations.asp (production location listing) - 3 new SQL migrations: inspection machine type, location relationship types, pctype inspection update - displaymachine.asp / printbadge.asp substantial rework - editmachine/editpc/savemachineedit: ~50 line additions each - Dashboard index.html + tv-dashboard tweaks - .gitignore: block database-backup-*.sql, *.bak, *.pdf Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
36 lines
491 B
Plaintext
36 lines
491 B
Plaintext
# Secrets (encrypted by git-crypt)
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# IIS generated folders
|
|
aspnet_client/
|
|
|
|
# Test results
|
|
tests/test_results_*.csv
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
|
|
# Large binary installers
|
|
installers/
|
|
v2/installers/
|
|
|
|
# Database backups (should not be version-controlled)
|
|
shopdb-database-backup-*.sql
|
|
database-backup-*.sql
|
|
employee*-database-backup-*.sql
|
|
shopdb_backup_*.sql
|
|
|
|
# Backup/scratch files
|
|
*.bak
|
|
*.pdf
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|