From f849808a8df90aa7496df00d19400802d4e5068e Mon Sep 17 00:00:00 2001 From: Zach Arend Date: Thu, 16 Dec 2021 21:17:23 +0000 Subject: [PATCH] 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ce0991dfb3e0..2a71b14567d2 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,8 @@ node_modules /.vs *.swo *.swp +.vimrc +.nvimrc # misc .DS_Store