-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (51 loc) · 792 Bytes
/
.gitignore
File metadata and controls
58 lines (51 loc) · 792 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
node_modules/
*.zip
dist/
release/
.DS_Store
*.bak
*.env
!.env.example
*.cer
*.cert
*.pem
**/.*/
!.github/
!.husky/
!.husky/**
licenses.json
coverage/
*.lcov
.nyc_output
*.tsbuildinfo
.eslintcache
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime
pids/
*.pid
*.seed
*.pid.lock
# Node diagnostic reports
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Build artifacts
build/Release
*.tgz
src/renderer/modules/*.js
src/renderer/modules/*.js.map
# macOS provisioning
*.provisionprofile
*.mobileprovision
# FFmpeg binaries (downloaded locally, not committed)
resources/ffmpeg/**/ffmpeg
resources/ffmpeg/**/ffmpeg.exe
resources/ffmpeg/**/ffprobe
resources/ffmpeg/**/ffprobe.exe
resources/ffmpeg/**/ffplay
resources/ffmpeg/**/ffplay.exe
# REPL history
.node_repl_history