From 2da23bf8118bb06175d75dca0929a52b9ae793ef Mon Sep 17 00:00:00 2001 From: Jeonghyeon Ha Date: Wed, 27 Aug 2025 13:52:40 +0900 Subject: [PATCH] =?UTF-8?q?gitattribute=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitattributes b/.gitattributes index 06142afe7..dcf545082 100644 --- a/.gitattributes +++ b/.gitattributes @@ -72,3 +72,19 @@ *.asmdef text *.sbs filter=lfs diff=lfs merge=lfs -text *.bytes filter=lfs diff=lfs merge=lfs -text + +# --- Review에서 패치 숨기기(소스코드 외 파일) --- +# 아래 규칙은 기존 text/merge/eol 속성은 유지하면서, PR에서 패치(diff) 표시만 숨깁니다. +*.meta -diff +*.prefab -diff +*.unity -diff +*.mat -diff +*.anim -diff +*.controller -diff +*.overrideController -diff +*.mask -diff +*.lighting -diff +*.renderTexture -diff +*.timeline -diff +*.playable -diff +*.spriteatlasv2 -diff