34 lines
553 B
Text
34 lines
553 B
Text
# Ignore database configuration files with sensitive credentials
|
|
modules/billing/includes/config.inc.php
|
|
includes/config.inc.php
|
|
status/api/config.php
|
|
status_api_local.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__/
|