We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aef8819 + c97a737 commit 4d89c5dCopy full SHA for 4d89c5d
1 file changed
SolidWorks.gitignore
@@ -0,0 +1,20 @@
1
+# gitignore file for a SolidWorks project
2
+
3
+# SolidWorks temporary files
4
+~$*.sldprt
5
+~$*.sldasm
6
+~$*.slddrw
7
+~$*.sld
8
9
+# For systems with case-sensitive (SolidWorks uses both)
10
+~$*.SLDPRT
11
+~$*.SLDASM
12
+~$*.SLDDRW
13
+~$*.SLD
14
15
+# SolidWorks backups and auto-recovery
16
+*.bak
17
+*.swbak
18
19
+# Cache of simulation results
20
+/simulation_results/
0 commit comments