This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 16caa45
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
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments