abcVideo 플레이어 소스 (client / server / shared / pythonsource / docs / .claude). .gitignore 적용으로 node_modules·storage·samplevideo·미디어 등 대용량 일괄 제외. 103 files, ~964K. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
37 lines
466 B
Plaintext
37 lines
466 B
Plaintext
node_modules/
|
|
dist/
|
|
build/
|
|
.env
|
|
.env.local
|
|
storage/videos/
|
|
storage/hls/
|
|
storage/frames/
|
|
storage/thumbnails/
|
|
storage/*.db
|
|
*.log
|
|
.DS_Store
|
|
|
|
# 대용량 미디어 파일
|
|
*.MP4
|
|
*.mp4
|
|
*.mkv
|
|
*.avi
|
|
*.mov
|
|
*.webm
|
|
*.srt
|
|
|
|
# 샘플 데이터 (대용량)
|
|
samplevideo/
|
|
|
|
# Python 소스 입력 대용량 파일
|
|
pythonsource/input/*.MP4
|
|
pythonsource/input/*.mp4
|
|
pythonsource/input/*.srt
|
|
|
|
# SQLite WAL/SHM
|
|
storage/*.db-wal
|
|
storage/*.db-shm
|
|
|
|
# cloudflared log
|
|
storage/cloudflared.log
|