diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-10-22 22:36:05 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-10-22 22:36:05 +0200 |
commit | 257127aa7f0fbb66ddd2600dd3d6a6aca60e56b8 (patch) | |
tree | 27f8d1916c0b0f06d806787d1a6226b2cd6bee71 /.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/ |