31 lines
463 B
Plaintext
31 lines
463 B
Plaintext
# OS Artifacts
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Environment & IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Scratch & Temporary Folders
|
|
scratch/
|
|
*.tmp
|
|
*.log
|
|
|
|
# Dynamic Uploaded Favicons (Keep default favicon.png)
|
|
assets/img/favicon_*.png
|
|
assets/img/favicon_*.jpg
|
|
assets/img/favicon_*.jpeg
|
|
assets/img/favicon_*.webp
|
|
assets/img/favicon_*.ico
|
|
assets/img/favicon_*.svg
|
|
|
|
# Installer Completed Marker (Optional)
|
|
first_start.php.completed
|