From 6c1e673ad1f6cd40fd506cefca05b89b83bf672c Mon Sep 17 00:00:00 2001 From: pwigner Date: Sun, 26 Jan 2025 22:56:57 -0500 Subject: [PATCH] fixed attributes config to correctly track .spp files with lfs --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8b46bad..11e33c7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,4 @@ *.fbx filter=lfs diff=lfs merge=lfs -text *.psd filter=lfs diff=lfs merge=lfs -text *.blend filter=lfs diff=lfs merge=lfs -text -.spp filter=lfs diff=lfs merge=lfs -text +*.spp filter=lfs diff=lfs merge=lfs -text