aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--src-tauri/.gitignore3
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index adc2b1c9..37d8f70e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,2 @@
# Node modules
node_modules/
-# Rust builds
-target/
diff --git a/src-tauri/.gitignore b/src-tauri/.gitignore
new file mode 100644
index 00000000..aba21e24
--- /dev/null
+++ b/src-tauri/.gitignore
@@ -0,0 +1,3 @@
+# Generated by Cargo
+# will have compiled files and executables
+/target/