summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0487669..75e07f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,6 @@ node_modules/
# in case we accidentally use something not licensed properly, we will keep demo game assets ignored.
assets/demo/
+
+# Rust
+target/ \ No newline at end of file