Skip to content

Commit 4d89c5d

Browse files
authored
Merge pull request #4813 from danilofroes/solidworks-gitignore
Add gitignore for SolidWorks projects
2 parents aef8819 + c97a737 commit 4d89c5d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

SolidWorks.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)