From 50cb7f76e10376bab774ba4d4aa9a01c92305d78 Mon Sep 17 00:00:00 2001 From: Douwe Ravers <48226147+DouweRavers@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:44:34 +0200 Subject: [PATCH] Initial commit --- .gitignore | 16 ++++++++++++++++ README.md | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50335d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Godot 4+ specific ignores +.godot/ +.nomedia + +# Godot-specific ignores +.import/ +export.cfg +export_credentials.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..4be833b --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Cobor +A multiplayer RTS game build around programable robots and hierarchical relations.