diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-04-27 13:44:22 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-04-27 13:44:22 +0200 |
commit | 5469cf7b6da512e48f3d614704e51cfdd6966f08 (patch) | |
tree | bc27fbdffa4d08fba55d231c0a2a2efb1d84d5e0 /.gitignore |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1aa53c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Godot 4+ specific ignores +.godot/ +/android/ +/assets/placeholders/ |