diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-01-30 13:19:56 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-01-30 13:19:56 +0100 |
commit | a210c39b5d2be1e7e5c52568d40ba6a29f34b4bb (patch) | |
tree | 1425761be2edb336499970a7cb2d8a2c45da9a31 /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0af181c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Godot 4+ specific ignores +.godot/ +/android/ |