forked from nexu-io/html-video
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (58 loc) · 755 Bytes
/
Copy path.gitignore
File metadata and controls
67 lines (58 loc) · 755 Bytes
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
# macOS
.DS_Store
._*
# Editor
.vscode/
.idea/
*.swp
*.swo
# Node
node_modules/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.npm
.yarn-integrity
package-lock.json
yarn.lock
pnpm-lock.yaml
.pnp.*
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
*.egg-info/
# Build / dist
dist/
build/
out/
.next/
.cache/
.parcel-cache/
*.tsbuildinfo
# Env / secrets
.env
.env.*
!.env.example
*.pem
# Wrangler / Cloudflare
.wrangler/
.dev.vars
# Local-only working files
scratch/
tmp/
# Per-user runtime state (projects, assets, preview, MP4 outputs)
# This dir is created by the CLI / studio at runtime and is per-developer.
.html-video/
# Generated video output (large binaries)
*.mp4
*.webm
*.mov
*.gif
output/
renders/