mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
# 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/ |