From 2d11601d3edacccca70bb84f59d67ee51faeb6f5 Mon Sep 17 00:00:00 2001 From: blujai831 Date: Wed, 27 Dec 2023 12:10:40 -0800 Subject: [PATCH] Initial commit. --- .gitattributes | 4 ++++ .gitignore | 1 + README.md | 10 ++++++++++ 3 files changed, 15 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f2a1393 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.ogg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.glb filter=lfs diff=lfs merge=lfs -text +*.otf filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a218e0a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.godot/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e49cab --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Hi! You're early! + +This is the root commit. There's nothing here yet. + +The main branch is reserved for feature-complete and known-working refs. +If you're reading this on the head of the main branch, it's probably because +the project is in such early development that no feature-complete +and known-working refs exist yet. In this case, to take a look +at development progress, and/or playtest whatever incomplete content +is available thus far, you can checkout the dev branch instead.