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

add Visual Studio and VSCode project configuration directories to gitignore #3877

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

levkropp
Copy link
Contributor

This PR updates the .gitignore file to include the .vs and .vscode folders. These folders contain IDE-specific configuration files created by Visual Studio and Visual Studio Code, similar to the .idea folder for JetBrains IDEs that is already currently in the gitignore.

Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.02%. Comparing base (eb18d70) to head (a782864).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3877      +/-   ##
==========================================
- Coverage   89.03%   89.02%   -0.01%     
==========================================
  Files         255      255              
  Lines       14577    14577              
==========================================
- Hits        12978    12977       -1     
- Misses       1599     1600       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@levkropp levkropp marked this pull request as ready for review January 15, 2025 16:52
Copy link
Contributor

@Sploder12 Sploder12 left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Collaborator

@ricab ricab left a comment

Choose a reason for hiding this comment

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

Yup 👍

@ricab ricab added this pull request to the merge queue Jan 15, 2025
Merged via the queue into main with commit 7f63e39 Jan 15, 2025
21 of 22 checks passed
@ricab ricab deleted the gitignore-include-vs-vscode branch January 15, 2025 21:04
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