Enhance SolidWorks.gitignore for case sensitivity

Added case-sensitive entries for SolidWorks temporary files and backups.
This commit is contained in:
Danilo Fróes 2026-03-15 16:36:41 -03:00 committed by GitHub
parent 7db9624f69
commit c97a73771f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,20 @@
# gitignore file for a SolidWorks project
# SolidWorks temporary files
~$*
# Redundant entries for SolidWorks temporary files
~$*.sldprt
~$*.sldasm
~$*.slddrw
~$*.sld
# SolidWorks backups e auto-recovery
# 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/
/simulation_results/