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 .swp fils to gitignore #2903

Merged
merged 1 commit into from Feb 22, 2024
Merged

Conversation

boomanaiden154
Copy link
Contributor

Vim creates .swp files while editing files. These should be included in the gitignore to ensure that they don't accidentally get committed and to make it easier for users who wish to utilize commands like git add --all.

Vim creates .swp files while editing files. These should be included in
the gitignore to ensure that they don't accidentally get committed and
to make it easier for users who wish to utilize commands like git add
--all.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cd8e528) 96.70% compared to head (b9daa10) 96.70%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2903   +/-   ##
=======================================
  Coverage   96.70%   96.70%           
=======================================
  Files         147      147           
  Lines       14885    14885           
=======================================
  Hits        14395    14395           
  Misses        490      490           

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

@EnricoMi EnricoMi merged commit af529ab into PyGithub:main Feb 22, 2024
15 checks passed
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.

None yet

3 participants