freenet-core icon indicating copy to clipboard operation
freenet-core copied to clipboard

chore: remove CLAUDE.local.md from tracking and update gitignore

Open sanity opened this issue 5 months ago • 0 comments

Summary

  • Remove CLAUDE.local.md from git tracking (should be local only)
  • Add *.local.md pattern to .gitignore to prevent future commits
  • CLAUDE.md was already removed, only local instructions remain

Changes

  • Removed CLAUDE.local.md from git tracking using git rm --cached
  • Added *.local.md to .gitignore to ensure local instruction files stay local
  • No build artifacts or other untracked files are included in this PR

This ensures that local development instructions (CLAUDE.local.md) remain on developer machines only and are not tracked in the repository.

sanity avatar Jun 15 '25 15:06 sanity