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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@ dist
|
||||
.DS_Store
|
||||
.turbo
|
||||
.nitro
|
||||
package-lock.json
|
||||
|
||||
Reference in New Issue
Block a user