diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-12-07 13:41:49 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-12-07 13:41:49 +0100 |
commit | b6204ef4d636e32638a44e9bda684708b62f0731 (patch) | |
tree | dfbda73f1c0a23c01aa4ca42ca3b674e9d546a41 /.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/ |