From 50700e73df7a3c53487e51031bd8ddd7f89f0b36 Mon Sep 17 00:00:00 2001 From: lenn Date: Mon, 20 Apr 2026 09:32:43 +0800 Subject: [PATCH] update .gitignore --- .gitignore | 3 +++ src-tauri/.gitignore | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 6635cf5..abe5ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ node_modules !.env.example vite.config.js.timestamp-* vite.config.ts.timestamp-* +.idea/ +.vscode/ +.VSCodeCounter/ \ No newline at end of file diff --git a/src-tauri/.gitignore b/src-tauri/.gitignore index b21bd68..0b96580 100644 --- a/src-tauri/.gitignore +++ b/src-tauri/.gitignore @@ -1,7 +1,9 @@ # Generated by Cargo # will have compiled files and executables /target/ +/target-*/ # Generated by Tauri # will have schema files for capabilities auto-completion /gen/schemas +*log*