From 8518b3d1ac814837dbeed751112c1c9a66f86565 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Thu, 9 Oct 2025 02:24:13 -0400 Subject: Scaffold out basic project layout --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0c1fef1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/Unity"] + path = vendor/Unity + url = https://github.com/ThrowTheSwitch/Unity.git -- cgit v1.2.3