diff options
Diffstat (limited to 'godot/.gitignore')
-rw-r--r-- | godot/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/godot/.gitignore b/godot/.gitignore new file mode 100644 index 0000000..6d330c4 --- /dev/null +++ b/godot/.gitignore @@ -0,0 +1,7 @@ +# Import cache +.import/ + +# Binaries +bin/ +build/ +lib/ |