20 lines
221 B
Plaintext
20 lines
221 B
Plaintext
# Build artifacts
|
|
/src-tauri/target/
|
|
/node_modules/
|
|
/dist/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Lock files (optional - remove if you want reproducible builds)
|
|
# package-lock.json
|
|
# Cargo.lock
|