29 lines
311 B
Plaintext
29 lines
311 B
Plaintext
# Data files (contain user data)
|
|
/data/*.json
|
|
|
|
# Export directory
|
|
/exports/
|
|
|
|
# Environment-specific configurations
|
|
/config/local.php
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.tmp.*
|
|
*.tmp/*
|
|
*.tmp/*.*
|
|
|
|
# Cache files
|
|
*.cache
|
|
*.cache.*
|
|
*.cache/*
|
|
*.cache/*.* |