diff options
| -rw-r--r-- | .prettierignore | 12 |
1 files 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/ |
