초기 커밋: DefVideo 소스 등록
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>
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
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
|
||||
Reference in New Issue
Block a user