Skip to content

Commit

Permalink
build: add .vimrc to .gitignore (angular#32253)
Browse files Browse the repository at this point in the history
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 angular#32253
  • Loading branch information
ayazhafiz authored and atscott committed Aug 22, 2019
1 parent 21edc6a commit b6fa929
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ pubspec.lock
*.swo
modules/.settings
modules/.vscode
.vimrc
.nvimrc

# Don't check in secret files
*secret.js
Expand Down

0 comments on commit b6fa929

Please sign in to comment.