commit 08406de6fd70e5d607c65f647b540225c518fe60 Author: spatialfree Date: Sun Nov 3 16:29:13 2024 -0500 ignore and track diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4f7776a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.glb filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5739ad7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +bin/ +obj/ + +Raw/ \ No newline at end of file