Skip to content

Commit 16caa45

Browse files
committed
chore: add vim swap files to .gitignore (#1297)
adds *.swp and *.swo files to .gitignore to avoid versioning temorary files created by vim. This aligns this repo with angular/angular. See implementation in angular/angular: https://github.com/angular/angular/blob/master/.gitignore#L21 (cherry picked from commit c153670)
1 parent 698d7af commit 16caa45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ dist/
99
.vscode/settings.json
1010
.vimrc
1111
.nvimrc
12+
*.swo
13+
*.swp
1214

1315

1416
# Ignore files log and local only files related to ng-dev

0 commit comments

Comments
 (0)