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,14 +1,18 @@
# gitignore file for a SolidWorks project # gitignore file for a SolidWorks project
# SolidWorks temporary files # SolidWorks temporary files
~$*
# Redundant entries for SolidWorks temporary files
~$*.sldprt ~$*.sldprt
~$*.sldasm ~$*.sldasm
~$*.slddrw ~$*.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 *.bak
*.swbak *.swbak