-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (67 loc) · 1.56 KB
/
Copy path.gitignore
File metadata and controls
86 lines (67 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Build artifacts
/target
node_modules/
package-lock.json
# OS files
.DS_Store
# ============================================
# BINARY FILES - Always ignore
# ============================================
# Video files
*.mp4
*.mov
*.avi
*.webm
# Audio files
*.wav
*.mp3
*.aac
*.m4a
# ============================================
# WORK DIRECTORIES - Generated/intermediate
# ============================================
# Generated work files
projects/*/work/audio/
projects/*/work/clips/
projects/*/work/stills/
projects/*/work/png/
projects/*/work/avatar/
projects/*/work/composited/
projects/*/work/preview/
projects/*/work/obs/
projects/*/work/vhs/
projects/*/work/vhs-test/
projects/*/work/normalized/
# Analysis artifacts
*-thumbs/
*-stills/
# Root work directory
/work/
# ============================================
# ASSET EXCEPTIONS - Large binaries
# ============================================
# Music files (reference, not source)
projects/*/assets/music/
# Video files in assets
projects/*/assets/images/*.mp4
# ============================================
# TRACKED FILES - Explicit inclusions
# ============================================
# Source scripts and config (text files in work/)
!projects/*/work/scripts/
!projects/*/work/description.txt
!projects/*/work/concat-list.txt
# PNG/JPG images in assets are tracked
!projects/*/assets/images/*.png
!projects/*/assets/images/*.jpg
!projects/*/assets/images/*.jpeg
# HTML files
!*.html
# SVG files (text-based)
!*.svg
# VHS tape scripts (text-based)
!*.tape
# Templates
!templates/
# Claude session data
!.claude/