chore: project foundation cleanup — remove npm lockfile and turbo cache from tracking

- Remove package-lock.json (project uses pnpm)
- Remove .turbo/cache/ from git tracking (already in .gitignore)
- Add package-lock.json to .gitignore to prevent accidental re-addition
This commit is contained in:
2026-05-25 13:08:08 -04:00
parent 4118a25388
commit aa69c0ecc4
26 changed files with 1 additions and 8295 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ dist
.DS_Store
.turbo
.nitro
package-lock.json