storage dir setup

This commit is contained in:
G. Gibson 2026-08-29 15:58:25 -07:00
commit 1b191b868d
9 changed files with 418 additions and 402 deletions

35
.gitignore vendored
View file

@ -1,37 +1,20 @@
# Local Ruby gems (installed by install_for_jruby)
.gems/
# Secrets and local configuration
config.json
# Python virtualenv
.venv/
# Runtime state: SQLite DBs and journals
# Runtime data (should live under the storage path, not here)
state/
*.db
*.db-journal
*.sqlite3
*.sqlite3-journal
# Logs
logs/
playlists/
*.db
*.log
# Large / regenerable media directories
music/
# Downloaded media (belongs under the storage path)
podcasts/
music/
jingles/
announcements/
# Generated playlist files
playlists/
*.pls
# Secrets
config.json
# OS / editor noise
# OS cruft
.DS_Store
Thumbs.db
*.swp
*~
.idea/
.vscode/