From 28f978b10e5366db0e6061a2fd4a1fe19da31718 Mon Sep 17 00:00:00 2001 From: Relic Date: Sat, 4 Apr 2026 17:49:26 -0400 Subject: [PATCH] Update Git LFS to Track vmat and vmdl Files vmat and vmdl files are materials and the model respectivly and can be quite large and need to be track with git lfs. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index b3cfb0f..dea9f0a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,5 @@ *.png filter=lfs diff=lfs merge=lfs -text *.spp filter=lfs diff=lfs merge=lfs -text *.assbin filter=lfs diff=lfs merge=lfs -text +*.vmat filter=lfs diff=lfs merge=lfs -text +*.vmdl filter=lfs diff=lfs merge=lfs -text