From e2160e13805535bfa846d5d199efde4af8795f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Sat, 9 Mar 2024 10:23:36 +0100 Subject: [PATCH] chore: prevent target folder from being added MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The documentation makes this recommendation. Signed-off-by: André Jaenisch --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a97a8e0..21e162a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ coverage vite.config.js.timestamp-* vite.config.ts.timestamp-* storybook-static + +# See https://tauri.app/v1/guides/development/development-cycle#2-start-tauri-development-window +src-tauri/target