mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 02:19:58 -06:00
chore: update .prettierignore
- Add `.next/`, `pnpm-lock.yaml`, `uv.lock` to .prettierignore
This commit is contained in:
committed by
James Murdza
parent
c33517a42d
commit
da031a3fa5
@@ -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
|
||||
Reference in New Issue
Block a user