Manually scaffolded Tauri 2 + React + TypeScript + Vite project structure since the CLI requires an interactive terminal. Preserves existing docs/ and .git history. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
200 B
Text
19 lines
200 B
Text
# Node
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Rust / Tauri
|
|
src-tauri/target/
|
|
|
|
# Local dev config (machine-specific paths)
|
|
src-tauri/.cargo/config.toml
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Env
|
|
.env
|
|
.env.local
|