54 lines
468 B
Plaintext
54 lines
468 B
Plaintext
# Build artifacts
|
|
dist/
|
|
dist-ssr/
|
|
*.local
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Editor
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Rust
|
|
target/
|
|
Cargo.lock
|
|
**/*.rs.bk
|
|
|
|
# Tauri
|
|
src-tauri/target/
|
|
src-tauri/Cargo.lock
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Testing
|
|
coverage/
|
|
*.lcov
|
|
|
|
# Temporary
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|