From 16714d8157389b68ff4d308695d89e8808c956f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bianca=20F=C3=BCrstenau?= Date: Thu, 20 Feb 2025 05:27:15 +0100 Subject: [PATCH] Ignore stuff properly --- src-tauri/.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src-tauri/.gitignore diff --git a/src-tauri/.gitignore b/src-tauri/.gitignore new file mode 100644 index 0000000..602df2d --- /dev/null +++ b/src-tauri/.gitignore @@ -0,0 +1,11 @@ +# Generated by Cargo +# will have compiled files and executables +target/ + +# Generated by Tauri +# will have schema files for capabilities auto-completion +gen/ + +# Generated by `cargo tauri icon` +# will have various versions of the app icon +icons/