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*