From 9bad5ff7b083009933749efca044fc4dae98306f Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 13 Apr 2020 14:53:21 -0700 Subject: [PATCH] chore: update lint ignore files (#2993) --- .eslintignore | 3 ++- .prettierignore | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .prettierignore diff --git a/.eslintignore b/.eslintignore index 09b31fe735a..9340ad9b86d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,6 @@ **/node_modules -src/**/doc/* +**/coverage +test/fixtures build/ docs/ protos/ diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000000..9340ad9b86d --- /dev/null +++ b/.prettierignore @@ -0,0 +1,6 @@ +**/node_modules +**/coverage +test/fixtures +build/ +docs/ +protos/