mirror of
https://github.com/trycua/computer.git
synced 2026-02-21 05:49:50 -06:00
chore: update .prettierignore
- Add `.next/`, `pnpm-lock.yaml`, `uv.lock` to .prettierignore
This commit is contained in:
@@ -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