diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-05-11 14:52:36 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-05-11 14:52:36 +0200 |
commit | 17716f198bf6b3e4d39d48d0394192a5cb640499 (patch) | |
tree | 78cf4c98483ad22e4ac137702f307a4478153857 /.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/ |