update .gitignore

This commit is contained in:
lenn
2026-04-20 09:32:43 +08:00
parent 7e047daf00
commit 50700e73df
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@@ -8,3 +8,6 @@ node_modules
!.env.example !.env.example
vite.config.js.timestamp-* vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*
.idea/
.vscode/
.VSCodeCounter/

View File

@@ -1,7 +1,9 @@
# Generated by Cargo # Generated by Cargo
# will have compiled files and executables # will have compiled files and executables
/target/ /target/
/target-*/
# Generated by Tauri # Generated by Tauri
# will have schema files for capabilities auto-completion # will have schema files for capabilities auto-completion
/gen/schemas /gen/schemas
*log*