summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-12 01:48:18 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-12 01:48:18 +0200
commit5a21285e2e480eb6093d662ad4fef64d1da5d63f (patch)
tree7872ee8185c804820ba2c5ea3e9dc9dfd753af7a
parentd8953b2748f88505ef71dba2a10b9ccca81e26ba (diff)
downloadhurrycurry-5a21285e2e480eb6093d662ad4fef64d1da5d63f.tar
hurrycurry-5a21285e2e480eb6093d662ad4fef64d1da5d63f.tar.bz2
hurrycurry-5a21285e2e480eb6093d662ad4fef64d1da5d63f.tar.zst
move godot stuff to another gitignore
-rw-r--r--.gitignore3
-rw-r--r--client/.gitignore3
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 97724184..4ca6a071 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,4 @@
/target
/test-client/*.js
/specs/*.html
-.godot
-hurrycurry.pot
-*.mo
/client/menu/book/book_*.webp*
diff --git a/client/.gitignore b/client/.gitignore
new file mode 100644
index 00000000..f191596c
--- /dev/null
+++ b/client/.gitignore
@@ -0,0 +1,3 @@
+.godot
+hurrycurry.pot
+*.mo