From 2568ba2fd31c5c5a358d982e6204c9e949290f7c Mon Sep 17 00:00:00 2001 From: MayFateBringMe Date: Sat, 31 Jan 2026 16:36:02 +0800 Subject: [PATCH] LFS tracking --- .gitattributes | 5 +++++ project.godot | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8ad74f7..744b779 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,7 @@ # Normalize EOL for all files that Git considers text files. * text=auto eol=lf +*.png filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.fbx filter=lfs diff=lfs merge=lfs -text diff --git a/project.godot b/project.godot index 4ca35d5..271fd34 100644 --- a/project.godot +++ b/project.godot @@ -14,6 +14,12 @@ config/name="Project Null" config/features=PackedStringArray("4.6", "Forward Plus") config/icon="res://icon.svg" +[file_customization] + +folder_colors={ +"res://Core/": "red" +} + [physics] 3d/physics_engine="Jolt Physics"