24 lines
325 B
Plaintext
24 lines
325 B
Plaintext
# src-tauri (Rust / Tauri) ignores
|
|
|
|
# Rust
|
|
/target/
|
|
**/target/
|
|
|
|
# Tauri build artifacts
|
|
/.tauri/build/
|
|
/.tauri/bundle/
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# Generated by Tauri
|
|
# will have schema files for capabilities auto-completion
|
|
/gen/schemas
|