diff options
author | altaf-creator <dev@altafcreator.com> | 2025-03-09 17:05:54 +0800 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2025-03-09 17:05:54 +0800 |
commit | 79a5fedf7879da9b2395305e1b47f43e55f6d2aa (patch) | |
tree | d887250833eb0bda56d8e4cd3fe0521447911280 /.gitignore |
Initial commit. Prototype finished.main
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/ |