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 | |
| download | E-C-Kai-b1e1d370368961af6e8168bd6f0f3ff16b142a59.tar.gz E-C-Kai-b1e1d370368961af6e8168bd6f0f3ff16b142a59.zip | |
Initial commit
| -rw-r--r-- | .gitignore | 13 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 15 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_*/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..912bae7 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# E-C-Kai + |
