diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-09-30 23:57:13 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-09-30 23:57:13 +0200 |
commit | 6f212af9dd2586317a128626e7524c51edcd545d (patch) | |
tree | b5032a1af83af402e48fe2824002b578fa334ca1 /.gitignore |
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/ |