- Root .prettierrc sets tabWidth=4 and proseWrap=always - Root .prettierignore excludes node_modules, build output, lockfiles - package.json: adds test (vite build), lint, fmt scripts; adds prettier as a devDependency; fixes typos in description and keywords Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
node_modules/
|
|
frontend/dist/
|
|
frontend/build/
|
|
backend-go/bin/
|
|
*.lock
|
|
Prompts/
|