commit 1f18527c58e69f9f8257f589b20a2503b3ac19d5 Author: Jordan Wages Date: Wed Feb 9 15:47:31 2022 -0600 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..844fc0e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# match-3-game + +Match 3 game. \ No newline at end of file