Skip to content

Commit 2d1c70d

Browse files
committed
build: add .vimrc to gitignore
Adds .vimrc and .nvrc to the .gitignore file. This aligns components with how angular/angular does it https://github.com/angular/angular/blob/master/.gitignore.
1 parent 03485cd commit 2d1c70d

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
@@ -31,6 +31,8 @@ node_modules
3131
/.vs
3232
*.swo
3333
*.swp
34+
.vimrc
35+
.nvimrc
3436

3537
# misc
3638
.DS_Store

0 commit comments

Comments
 (0)