diff options
| author | tradam <tradam@noreply.%(DOMAIN)s> | 2021-01-20 10:30:26 -0500 |
|---|---|---|
| committer | tradam <tradam@noreply.%(DOMAIN)s> | 2021-01-20 10:30:26 -0500 |
| commit | b1e1d370368961af6e8168bd6f0f3ff16b142a59 (patch) | |
| tree | 985e40a26b2fd5ef1fad149d93167b776f7d5c74 /.gitignore | |
| download | E-C-Kai-b1e1d370368961af6e8168bd6f0f3ff16b142a59.tar.gz E-C-Kai-b1e1d370368961af6e8168bd6f0f3ff16b142a59.zip | |
Initial commit
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..822b784 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> Godot +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ + |
