Description
Audit the root .gitignore file. Ensure all Hardhat, Clarinet, and Next.js build cache directories are excluded from git tracking.
Technical Specification
- Update
.gitignore to add .turbo, cache, artifacts, and target/ exclusions.
- Clean up any previously committed cache files using
git rm --cached.
Acceptance Criteria
Description
Audit the root .gitignore file. Ensure all Hardhat, Clarinet, and Next.js build cache directories are excluded from git tracking.
Technical Specification
.gitignoreto add.turbo,cache,artifacts, andtarget/exclusions.git rm --cached.Acceptance Criteria