mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
21 lines
318 B
Plaintext
21 lines
318 B
Plaintext
# gitignore file for a SolidWorks project
|
|
|
|
# SolidWorks temporary files
|
|
~$*.sldprt
|
|
~$*.sldasm
|
|
~$*.slddrw
|
|
~$*.sld
|
|
|
|
# For systems with case-sensitive (SolidWorks uses both)
|
|
~$*.SLDPRT
|
|
~$*.SLDASM
|
|
~$*.SLDDRW
|
|
~$*.SLD
|
|
|
|
# SolidWorks backups and auto-recovery
|
|
*.bak
|
|
*.swbak
|
|
|
|
# Cache of simulation results
|
|
/simulation_results/
|