From d30584270c657dd69231986cbf612c9d60465899 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 26 May 2025 22:51:31 -0400 Subject: Tidy up `.prettierignore`. * It no longer mentions files that do not exist in this project. * It now _does_ mention files that do exist, that `prettier` should never touch, like sqlx's query- metadata JSON files, `package-lock.json`, or our bundled copies of Mermaid. --- .prettierignore | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.prettierignore b/.prettierignore index ab78a95..325134d 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,10 @@ -# Package Managers +# Project files package-lock.json -pnpm-lock.yaml -yarn.lock +/.sqlx/ +/docs/api/mermaid/ +/target/ + +# IDE-specific files +# +# (There's no local ignores, so it's not practical to separate these out of the project config) +/.nova/ -- cgit v1.2.3