From 6381f3e80bfc908476293368469b7d1770f4251d Mon Sep 17 00:00:00 2001 From: "W. Evan Sheehan" Date: Mon, 8 May 2023 09:10:19 -0600 Subject: [PATCH] Update prettierignore for new root directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now we’ve got a few more things to ignore because we’re running prettier from the root of the project, not a subdirectory. --- .prettierignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.prettierignore b/.prettierignore index 15d98ac2..0dbe12f1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,9 @@ +tmp/ +.github/ + +# FIXME: Maybe we should lint/format the k8s files? +kubernetes/ + # Python artifacts .pytest_cache .mypy_cache