Files
spary/.gitignore
selcarpa 2d6f0fa4c4 fix(notification): Fixes type errors in the notification component.
- Adds a type assertion to the `variant` property to resolve type mismatch issues.

`chore`: Ignores files generated by Tauri.

- Adds the `/src-tauri/gen/` directory to the `.gitignore` file
2025-10-30 11:50:20 +08:00

63 lines
755 B
Plaintext

# --- Node / Frontend ---
node_modules/
dist/
dist-ssr/
*.local
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
vite-error.log*
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea/
.DS_Store
*.swp
*.swo
# --- Rust / Backend (Tauri) ---
/src-tauri/target/
**/*.rs.bk
# Cargo build artifacts
*.rlib
*.rmeta
*.dSYM/
Cargo.lock
target/
# If you want reproducible builds, remove the line above and commit Cargo.lock
# --- Tauri build outputs ---
/src-tauri/icons/
*.app
*.dmg
*.msi
*.exe
*.deb
*.rpm
*.AppImage
*.tar.gz
*.zip
# --- Environment files ---
.env
.env.*
!.env.example
# --- OS / Misc ---
Thumbs.db
ehthumbs.db
Desktop.ini
# --- Test / Coverage ---
coverage/
*.lcov
.junit/
/cores/
/src-tauri/gen/