diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | client/.gitignore | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |