61582d7534
The project declares pnpm@10.32.1 as packageManager but had a committed package-lock.json. Running npm install produced a broken node_modules layout. Delete the stale lockfile and add it to .gitignore. Note: tests were failing before this change due to a missing tsconfig for vitest.setup.ts — tracked separately as pre-existing issue. Co-authored-by: Chris Farhood <chris@farhood.org> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
9 lines
94 B
Plaintext
9 lines
94 B
Plaintext
node_modules/
|
|
dist/
|
|
.headlamp-plugin/
|
|
*.tar.gz
|
|
.env
|
|
.env.local
|
|
.eslintcache
|
|
package-lock.json
|