From c3ae2eadd36c8ad1a236cbc95db308e7c70339a2 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 31 Jan 2026 00:27:43 +0100 Subject: [PATCH] Update .gitignore to exclude src-tauri/target/ --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0c36681..2fe0f93 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ dist/ coverage/ npm-debug.log* yarn-debug.log* -yarn-error.log* \ No newline at end of file +yarn-error.log* +src-tauri/target/ \ No newline at end of file