Files
Kordant/.gitignore
Michael Freno aa69c0ecc4 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
2026-05-25 13:08:08 -04:00

10 lines
79 B
Plaintext

node_modules
dist
.output
.env
*.log
.DS_Store
.turbo
.nitro
package-lock.json