From 1e6b81773087882757ef78f0a99bc9c55bc92562 Mon Sep 17 00:00:00 2001 From: Rahix Date: Fri, 27 Sep 2024 01:19:15 +0200 Subject: [PATCH] Track .stl files in git-lfs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6f26c7d..39bd749 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,3 +9,4 @@ *.jpeg filter=lfs diff=lfs merge=lfs -text *.bin filter=lfs diff=lfs merge=lfs -text *.qet filter=lfs diff=lfs merge=lfs -text +*.stl filter=lfs diff=lfs merge=lfs -text