From 5a21285e2e480eb6093d662ad4fef64d1da5d63f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 12 Jul 2024 01:48:18 +0200 Subject: move godot stuff to another gitignore --- .gitignore | 3 --- client/.gitignore | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 client/.gitignore 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 -- cgit v1.2.3-70-g09d2