Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance C.gitignore template by adding IDE files #4538

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Husam-Altamimi
Copy link

Added additional IDE files and cross-platform build directories to the C.gitignore template

@@ -1,3 +1,14 @@
# IDE and Editor Files
.vs/
.vscode/
Copy link

Choose a reason for hiding this comment

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

We have VS code settings and extensions recommendations commited and not ignored. I wonder what the recommandation is though.

@thorrsson
Copy link
Collaborator

As @tbeu mentioned we try to keep editor specific changes in their own files.
https://github.com/github/gitignore?tab=readme-ov-file#contributing-guidelines

Please consider the scope of your change. If your change is specific to a certain language or framework, then make sure the change is made to the template for that language or framework, rather than to the template for an editor, tool, or operating system.

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.

4 participants