diff options
author | bd <bdunahu@operationnull.com> | 2025-05-19 16:45:33 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-19 16:45:33 -0400 |
commit | 3297ba2f333088fe3d8b7b7e0b76cd14b475bcaf (patch) | |
tree | a657ffc4ef654e5dc895cecc1245306abc617e85 /.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/ |