aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 75ace2b..f3bcedd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,4 +26,7 @@ dist/
.vscode/
# ruff
-.ruff_cache/ \ No newline at end of file
+.ruff_cache/
+
+# rust
+target/ \ No newline at end of file