commit 9eb110b50988e02718df31d78b1d348603ea0f17 Author: jorge Date: Mon Jun 10 15:56:01 2024 +0000 Initial commit 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..7269e9d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Axolotl + +Axolotl the Game \ No newline at end of file