diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-07-29 22:47:18 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-07-29 22:47:18 +0300 |
| commit | ed61419eda9d0154a78c04999a7c8a779244ef29 (patch) | |
| tree | d8253396e9c305835880a39e8730ebd575050610 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f8b8b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json + +# System/tool-specific ignores +.directory +*~ + +.DS_Store + |
