Exclude local storage config/cache/logs from release export

This commit is contained in:
AudioCore Bot
2026-03-04 20:49:46 +00:00
parent b2afadd539
commit 6e0fc4a8da
5 changed files with 11 additions and 30 deletions

11
.gitignore vendored
View File

@@ -22,3 +22,14 @@ public/uploads/
# OS/editor noise
.DS_Store
Thumbs.db
# Local config/secrets
storage/db.php
storage/settings.php
storage/update_cache.json
storage/logs/
# Local config/secrets
storage/db.php
storage/settings.php
storage/update_cache.json
storage/logs/