chore: update .prettierignore

- Add `.next/`, `pnpm-lock.yaml`, `uv.lock` to .prettierignore
This commit is contained in:
Aditya Bavadekar
2025-10-22 03:35:15 +05:30
committed by James Murdza
parent c33517a42d
commit da031a3fa5

View File

@@ -3,6 +3,7 @@ node_modules/
dist/
build/
out/
.next/
*.min.js
# Python
@@ -27,3 +28,5 @@ venv/
*.lock
*.db
*.sqlite
pnpm-lock.yaml
uv.lock