Remove stray npm lockfile
This project uses pnpm (pnpm-lock.yaml, pnpm-workspace.yaml) — the package-lock.json was an accidental npm-install artifact. Ignore it going forward so it doesn't get re-added by mistake. Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
68a5f80c31
commit
0fc1a10a18
@@ -5,3 +5,4 @@ out
|
||||
._*
|
||||
.eslintcache
|
||||
*.log*
|
||||
package-lock.json
|
||||
|
||||
Reference in New Issue
Block a user