From b99a1e2b73be54a2d070cf3a1ec5b35cd6728127 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Thu, 3 Oct 2024 08:50:50 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 212de44..db7e33a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target -.DS_Store \ No newline at end of file +/desktop/src-tauri/gen/ +.DS_Store