Skip to content

Conversation

@RandomHashTags
Copy link

@RandomHashTags RandomHashTags commented Dec 22, 2024

Bug/issue #, if applicable: N/A

Summary

This PR adds the .vscode to the .gitignore file to exclude vs code configuration files from contributors using VS Code.

Dependencies

N/A

Testing

N/A

Checklist

Make sure you check off the following items. If they cannot be completed, provide a reason.

  • Added tests Unit testing unnecessary
  • Ran the ./bin/test script and it succeeded
  • Updated documentation if necessary Documenting this change is unnecessary

@heckj
Copy link
Member

heckj commented Nov 13, 2025

Thanks @RandomHashTags

While we don't have a .vscode directory here today, that's something
we don't want to exclude within .gitignore. Rather than adding it as an explicit ignore to the project, we'd encourage you to add it .git/info/exclude. That's a local-to-your-repository configuration that'll achieve the same goal, without impacting the project more generally.

@heckj heckj closed this Nov 13, 2025
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.

2 participants