mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
6 Commits
208192d7e8
...
ee3bcefc7f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee3bcefc7f | ||
|
|
c677dd99d4 | ||
|
|
a78658650d | ||
|
|
6a7b122e75 | ||
|
|
c97a73771f | ||
|
|
7db9624f69 |
@ -1,5 +1,6 @@
|
||||
# General
|
||||
.DS_Store
|
||||
.localized
|
||||
__MACOSX/
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
20
SolidWorks.gitignore
Normal file
20
SolidWorks.gitignore
Normal file
@ -0,0 +1,20 @@
|
||||
# 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/
|
||||
Loading…
Reference in New Issue
Block a user