-
Notifications
You must be signed in to change notification settings - Fork 26.2k
fix(dev-infra): add vim .swp files to gitignore #40094
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but defer to @josephperrott in case there's something I'm missing here. It's a little surprising that we don't already have this.
fun fact: the variety of potential extensions can be endless, if |
FYI one .swp file already made it into the repo. Maybe we should take the chance to delete it? https://github.com/angular/angular/blob/master/packages/language-service/.build.sh.swp |
2a37066
to
57146d7
Compare
The vim editor produces temporarily files that can end in both .swo and .swp. This commits add .swp to the .gitignore so we don't accidentaly commit temporary files.
57146d7
to
58a4808
Compare
The vim editor produces temporarily files that can end in both .swo and .swp. This commits add .swp to the .gitignore so we don't accidentaly commit temporary files. PR Close #40094
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The vim editor produces temporarily files that can end in both .swo and
.swp. This commits add .swp to the .gitignore so we don't accidentally
commit temporary files.