From e38bcccab722ca39e50757d5b439c3ebb116d5d7 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Wed, 4 Sep 2024 19:36:33 +0200 Subject: [PATCH] Prettier: ignore cache directories (#2278) --- .prettierignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 790f9904d8b..6377adc4849 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,7 @@ -# Ignore artifacts: +# Ignore artifacts tests/data/*/** + +# Automatically igored by git, but not by prettier +.mypy_cache +.pytest_cache +.ruff_cache