From b13252d4e0d475a444a0d0f8495a000468ae0f2c Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 18 Oct 2024 18:12:57 -0400 Subject: [PATCH] add gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 745ba4b..9c7a55a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,8 @@ +# UE file types *.uasset filter=lfs diff=lfs merge=lfs -text *.umap filter=lfs diff=lfs merge=lfs -text + +# Raw Content types *.fbx filter=lfs diff=lfs merge=lfs -text *.3ds filter=lfs diff=lfs merge=lfs -text *.psd filter=lfs diff=lfs merge=lfs -text