diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-08-20 17:00:49 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-08-20 17:00:49 +0200 |
commit | 8d4e709f7e2390e06c3e412c20662e8bc21f0d0c (patch) | |
tree | aec2214a1cc91524e78a7707c6c03612b6d346ba /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4709183 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Godot 4+ specific ignores +.godot/ |