58 lines
846 B
Plaintext
58 lines
846 B
Plaintext
# =========================
|
|
# Node / Frontend
|
|
# =========================
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
.vite/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# =========================
|
|
# Tauri / Rust
|
|
# =========================
|
|
src-tauri/target/
|
|
target/
|
|
|
|
# Generated Tauri artifacts
|
|
src-tauri/gen/
|
|
|
|
# =========================
|
|
# Environment / Secrets
|
|
# =========================
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# =========================
|
|
# IDE
|
|
# =========================
|
|
.vscode/
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# =========================
|
|
# OS
|
|
# =========================
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# =========================
|
|
# Tauri local config/cache
|
|
# =========================
|
|
src-tauri/.cargo/
|
|
src-tauri/.rustup/
|
|
|
|
# =========================
|
|
# Temporary exports/logs
|
|
# =========================
|
|
exports/
|
|
logs/
|
|
*.tmp |