From a1d86fcf4674df8eb70b0d183a7781ae5fb3c455 Mon Sep 17 00:00:00 2001 From: papacoder Date: Sun, 18 Jan 2026 09:51:52 +0900 Subject: [PATCH] chore: add .gitattributes to normalize line endings --- .gitattributes | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..15ff942 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,39 @@ +# ========================= +# Text files: LF normalized +# ========================= +* text=auto eol=lf + +# ========================= +# Unity / C# / UI Toolkit +# ========================= +*.cs text eol=lf +*.uxml text eol=lf +*.uss text eol=lf +*.shader text eol=lf +*.compute text eol=lf +*.meta text eol=lf + +# ========================= +# Documentation / Config +# ========================= +*.md text eol=lf +*.txt text eol=lf +*.json text eol=lf +*.yml text eol=lf +*.yaml text eol=lf + +# ========================= +# Binary assets +# ========================= +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.psd binary +*.wav binary +*.mp3 binary +*.ogg binary +*.ttf binary +*.otf binary +*.fbx binary +*.unity binary