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