diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-05-16 11:57:48 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-05-16 11:57:48 +0200 |
commit | 80e2158f7251d6a880c1afc50ff043c12096ef25 (patch) | |
tree | 93d7431866f145036d627299df78cfa7f3dae183 /.gitignore |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..440003f --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Godot-specific ignores +.import/ +export.cfg +#export_presets.cfg +/exports/ + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ + |