mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
Add gitignore for SolidWorks projects
This commit is contained in:
parent
b4105e73e4
commit
7db9624f69
16
SolidWorks.gitignore
Normal file
16
SolidWorks.gitignore
Normal file
@ -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/
|
||||||
Loading…
Reference in New Issue
Block a user