Panel/.gitignore
copilot-swe-agent[bot] f22573312c Remove pycache from git tracking and update .gitignore
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 23:12:47 +00:00

31 lines
486 B
Text

# Ignore database configuration files with sensitive credentials
modules/billing/includes/config.inc.php
# Ignore logs
modules/billing/logs/*.log
modules/billing/logs/*.txt
# Ignore data directory (payment JSONs)
modules/billing/data/*.json
!modules/billing/data/.gitkeep
# Ignore backup files
*.backup
*.bak
*~
# Ignore OS files
.DS_Store
Thumbs.db
# Ignore IDE files
.vscode/
.idea/
*.swp
*.swo
# Ignore temporary files
/tmp/
*.tmp
modules/billing/data/*.log
tools/__pycache__/