From b6fa9299e5ddf26b2f56fb49cab871aa83abfeca Mon Sep 17 00:00:00 2001 From: ayazhafiz Date: Wed, 21 Aug 2019 21:17:14 -0500 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 68ebb8b13a9ae..050e9b0493550 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,8 @@ pubspec.lock *.swo modules/.settings modules/.vscode +.vimrc +.nvimrc # Don't check in secret files *secret.js