Add BGM data directories to .gitignore

BGM files are user data and should not be tracked in git.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kihong.kim
2026-01-04 19:03:11 +09:00
parent 49ca7d8913
commit b15628cf15
14 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@@ -5,9 +5,11 @@
# Data directories
data/downloads/
data/processed/
data/bgm/
data/jobs.json
backend/data/downloads/
backend/data/processed/
backend/data/bgm/
backend/data/jobs.json
backend/data/cookies/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.