build: add .vimrc to .gitignore (#32253)

Vim users may need to create a custom `.vimrc` when developing on the
Angular project. The primary use case of this is setting the
clang-format executable to `node_modules/.bin/clang-format`.

PR Close #32253
This commit is contained in:
ayazhafiz 2019-08-21 21:17:14 -05:00 committed by atscott
parent 21edc6a82e
commit b6fa9299e5
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -20,6 +20,8 @@ pubspec.lock
*.swo
modules/.settings
modules/.vscode
.vimrc
.nvimrc
# Don't check in secret files
*secret.js