Files
shopdb/.gitignore
cproudlock 046c11402f Add git-crypt encryption for secrets.md and config.asp
Sensitive files are now encrypted at rest in the repo, allowing them
to be committed safely and synced between machines.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 12:47:07 -05:00

22 lines
229 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/
# OS files
.DS_Store
Thumbs.db