commit e776c27136f335ea6aadc95318fe623a98fbe28f Author: Rebekah Rowe Date: Tue Jun 18 15:41:00 2024 -0400 Initial Commit with a simple json database and no tools yet diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aeffbc9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +personal/completed.*/*.json \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c19e1b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "database"] + path = database + url = https://git.oneechan.xyz/oneechanhax/gojump-database diff --git a/database b/database new file mode 160000 index 0000000..fb1f87d --- /dev/null +++ b/database @@ -0,0 +1 @@ +Subproject commit fb1f87d7d7cc170955fee63e09fe403ccc3224e3