Skip to content

Commit

Permalink
fix(dev-infra): add vim .swp files to gitignore (angular#40094)
Browse files Browse the repository at this point in the history
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 angular#40094
  • Loading branch information
zarend authored and alxhub committed Dec 14, 2020
1 parent c18a9d5 commit 19d43af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pubspec.lock
.vscode/settings.json
.vscode/tasks.json
*.swo
*.swp
modules/.settings
modules/.vscode
.vimrc
Expand Down
Binary file removed packages/language-service/.build.sh.swp
Binary file not shown.

0 comments on commit 19d43af

Please sign in to comment.