This repository has been archived on 2026-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
payfrit-biz/.gitignore
John Mizerek fc27e2b87f Remove uploads and logs from git tracking
User-uploaded content and log files should not be version controlled:
- Added uploads/ and *.log to .gitignore
- Removed uploads/ directory from tracking (files remain on disk)
- Removed api/menu/saveFromBuilder.log from tracking

This prevents git reset --hard from overwriting user content during deploys.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-07 16:26:43 -08:00

13 lines
207 B
Text

# Config files with secrets
config/claude.json
# Temp files
*.tmp
*.bak
*.log
# User uploads (never version control user content)
uploads/
# One-off admin/debug scripts (not deployed)
api/admin/_scripts/