59 lines
624 B
Plaintext
59 lines
624 B
Plaintext
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
package-lock.json
|
|
|
|
# Tauri / Rust
|
|
/target/
|
|
/src-tauri/binaries/
|
|
/src-tauri/target/
|
|
|
|
# Local build artifacts
|
|
/dist/
|
|
/build/
|
|
|
|
# FFmpeg / downloaded binaries
|
|
/ffmpeg/bin/
|
|
|
|
# Editor / OS files
|
|
.vscode/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs and temp
|
|
*.log
|
|
*.tmp
|
|
|
|
# Generated by tools
|
|
/tools/*.cache
|
|
|
|
# Misc
|
|
*.tgz
|
|
.env
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|