From 20ec4b1b58503f7e4ac74a8b21f7f1e17f86bedc Mon Sep 17 00:00:00 2001 From: yonggyun Date: Mon, 23 Jun 2025 10:32:02 +0900 Subject: [PATCH] =?UTF-8?q?git=20attributes=20crlf=20=EB=9D=BC=EC=9D=B8?= =?UTF-8?q?=EC=97=94=EB=94=A9=20=EA=B0=95=EC=A0=9C=EB=A1=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..f8bd8097a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Unity text assets - force CRLF +*.meta text eol=crlf +*.unity text eol=crlf +*.prefab text eol=crlf +*.asset text eol=crlf \ No newline at end of file