Files
debont80 79ab94248d chore: stop tracking ffmpeg/ffprobe dev-seed binaries
They're >100MB each, redundant with the app's existing first-run download
(ffmpegSetup.ts), and blocked publishing the repo to GitHub (100MB file
limit). Gitignore them instead; npm run dev falls back to that download
when the seed is absent. Working-tree copies are kept locally for dev.
2026-07-16 12:00:21 -04:00

24 lines
636 B
Plaintext

node_modules
out
dist
*.log
.DS_Store
*.tsbuildinfo
# Local screen-capture frames (not source)
.frames/
# Dev-seed only — too large for GitHub (>100MB); app downloads on first run
# (src/main/ffmpegSetup.ts). See resources/bin/README.md to seed them manually.
resources/bin/ffmpeg.exe
resources/bin/ffprobe.exe
# Secrets — never commit
.gitea-token
# Retired: the baked update token was removed from the build and its service
# account revoked; kept ignored so a stray local .update-token can never be committed.
.update-token
# VS Code user settings (workspace settings/.vscode/launch.json are committed)
.vscode/settings.json