Initial commit: hello-tauri
Backup of local-only Tauri project prior to OS reinstall. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
ef08fc4524
40 changed files with 8063 additions and 0 deletions
10
src-tauri/.gitignore
vendored
Normal file
10
src-tauri/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
/target/
|
||||
|
||||
# Generated by Tauri
|
||||
# will have schema files for capabilities auto-completion
|
||||
/gen/schemas
|
||||
|
||||
.env
|
||||
.env.local
|
||||
Loading…
Add table
Add a link
Reference in a new issue