From 7b0fedc31b7f8ca139156c9925004df1e2449288 Mon Sep 17 00:00:00 2001 From: tcomlab Date: Sun, 19 Jan 2025 12:11:28 +0200 Subject: [PATCH] Configured Git LFS for SolidWorks files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e229385 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.SLDPRT filter=lfs diff=lfs merge=lfs -text +*.SLDASM filter=lfs diff=lfs merge=lfs -text +*.SLDDRW filter=lfs diff=lfs merge=lfs -text