From 1ec937d260f1cb07cd718e766fde42047f853b57 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 15 Sep 2025 16:01:16 -0600 Subject: [PATCH] add prin to LFS --- components/gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/gitattributes b/components/gitattributes index cd5335b..4ce6aa5 100644 --- a/components/gitattributes +++ b/components/gitattributes @@ -43,4 +43,5 @@ *.wav filter=lfs diff=lfs merge=lfs -text *.vdb filter=lfs diff=lfs merge=lfs -text *.aep filter=lfs diff=lfs merge=lfs -text -*.prproj filter=gzipped \ No newline at end of file +*.prproj filter=gzipped +*.prin filter=lfs diff=lfs merge=lfs -text \ No newline at end of file