diff options
author | sanine <sanine.not@pm.me> | 2024-07-05 16:38:44 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2024-07-05 16:38:44 -0500 |
commit | b4227d3c206aa122b9f4e562760a568a99dd623e (patch) | |
tree | a2feda9ba9407e754ef9dfbb9069602f97f99292 /.gitignore |
basic trajectory plotting
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/ |