38 lines
568 B
Plaintext
38 lines
568 B
Plaintext
# JavaScript dependencies and build artifacts
|
|
/node_modules/
|
|
/dist/
|
|
*.tsbuildinfo
|
|
|
|
# Rust and Tauri generated output
|
|
/src-tauri/target/
|
|
/src-tauri/gen/
|
|
/src-tauri/.tauri/
|
|
|
|
# Locally assembled distributable packages
|
|
/release/
|
|
|
|
# Local environment files (keep examples in source control)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs and package-manager diagnostics
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor and operating-system metadata
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
*.suo
|
|
*.user
|
|
*.userossc
|
|
*.sln.docstates
|