Add gitignore for SolidWorks projects by danilofroes · Pull Request #4813 · github/gitignore
Fififfifififificicifificificificifcicicicicu4 niedz., 15 mar 2026, 20:34 użytkownik Copilot ***@***.***> napisał:
…***@***.**** commented on this pull request. Pull request overview Adds a new .gitignore template for SolidWorks projects to keep common temporary, backup, and generated output files out of version control. *Changes:* - Introduce SolidWorks.gitignore with ignore rules for SolidWorks temp files. - Add ignore rules for backup/auto-recovery artifacts. - Ignore a simulation results cache directory. ------------------------------ 💡 Add Copilot custom instructions <http:///github/gitignore/new/main?filename=.github/instructions/*.instructions.md> for smarter, more guided reviews. Learn how to get started <https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot> . You can also share your feedback on Copilot code review. Take the survey <https://www.surveymonkey.com/r/XP6L3XJ>. ------------------------------ In SolidWorks.gitignore <#4813 (comment)>: > +# SolidWorks temporary files +~$* + +# Redundant entries for SolidWorks temporary files The temp-file patterns here are redundant: ~$* already matches the three ~$*.sld* patterns below. Consider removing the redundant entries and/or narrowing the pattern to SolidWorks-specific extensions (e.g., keep only the ~$*.sldprt/~$*.sldasm/~$*.slddrw lines) to avoid over-ignoring unrelated ~$* files. ------------------------------ In SolidWorks.gitignore <#4813 (comment)>: > @@ -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 This comment mixes languages ("backups e auto-recovery"). Please change "e" to "and" for consistency and readability. — Reply to this email directly, view it on GitHub <#4813 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BWBQRBPI2KZB2CZZDP34LAD4Q4AULAVCNFSM6AAAAACWSULL6OVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTSNJQGU3TENRTGQ> . You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>