From 5987b647bec7cb317d5dd3080b5c7646835847ba Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sun, 26 Apr 2026 18:55:14 -0500 Subject: [PATCH] Ignore STL files by default (typically rendered from SCAD). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3268211..32b2a23 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .*.sw? +*.stl