Skip to content

Add gitignore for SolidWorks projects#4813

Open
danilofroes wants to merge 2 commits intogithub:mainfrom
danilofroes:solidworks-gitignore
Open

Add gitignore for SolidWorks projects#4813
danilofroes wants to merge 2 commits intogithub:mainfrom
danilofroes:solidworks-gitignore

Conversation

@danilofroes
Copy link

SolidWorks is one of the most famous and widely used CAD tools in the world.
It generates many temporary files, and a .gitignore file is necessary to avoid unnecessary files in the repository.

Link to application or project’s homepage: https://www.solidworks.com/

Merge and Approval Steps

  • Confirm that you've read the contribution guidelines and ensured your PR aligns
  • Ensure CI is passing
  • Get a review and Approval from one of the maintainers

@danilofroes danilofroes requested a review from a team as a code owner March 15, 2026 19:27
Copilot AI review requested due to automatic review settings March 15, 2026 19:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +3 to +6
# SolidWorks temporary files
~$*

# Redundant entries for SolidWorks temporary files
~$*.sldasm
~$*.slddrw

# SolidWorks backups e auto-recovery
@doriangurazdowski0-prog
Copy link

@doriangurazdowski0-prog
Copy link

Added case-sensitive entries for SolidWorks temporary files and backups.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants