diff options
author | cflip <cflip@cflip.net> | 2022-09-23 00:01:20 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-09-23 00:01:20 -0600 |
commit | aec31a05ad1890e16a5cb4f2ee8c295fc8d20e67 (patch) | |
tree | 5dca7c1dfdec0b1021d66789fc206936468e7b3c /.gitignore | |
parent | 30d0d19465186b847b7d440b4ff35effd7999030 (diff) |
Ignore .import directory
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..8ed79b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Godot Engine +.import/ +export.cfg +export_presets.cfg |