diff options
author | altaf-creator <dev@altafcreator.com> | 2024-04-13 14:55:31 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-04-13 14:55:31 +0700 |
commit | 24f5e910dd8f575adc483f768422ab51fdf905cc (patch) | |
tree | 3486579c0949ec89f3550ee94d35dc20a111ab0d /.gitignore |
Initial commit. Exists: NumberNode, Player, dragging and dropping, joining NumberNodes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2010dea --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Godot 4+ specific ignores +.godot/ + +Meta/ |