From 7db9624f69f5810214dd4e9807ca7d2f50e23029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20Fr=C3=B3es?= Date: Sun, 15 Mar 2026 16:22:30 -0300 Subject: [PATCH] Add gitignore for SolidWorks projects --- SolidWorks.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SolidWorks.gitignore diff --git a/SolidWorks.gitignore b/SolidWorks.gitignore new file mode 100644 index 00000000..5389c589 --- /dev/null +++ b/SolidWorks.gitignore @@ -0,0 +1,16 @@ +# gitignore file for a SolidWorks project + +# SolidWorks temporary files +~$* + +# Redundant entries for SolidWorks temporary files +~$*.sldprt +~$*.sldasm +~$*.slddrw + +# SolidWorks backups e auto-recovery +*.bak +*.swbak + +# Cache of simulation results +/simulation_results/ \ No newline at end of file