fix: remove tracked user-specific files from repository

- Remove CLAUDE.md from tracking (generated by init-bootstrap)
- Remove settings.local.json from tracking (user-specific)
- Add both to .gitignore for all users
- These files should be created locally by each user
This commit is contained in:
Noah Brier
2025-09-13 18:57:08 -04:00
parent e6a43500f2
commit d0c3f6be42
3 changed files with 2 additions and 129 deletions
-11
View File
@@ -1,11 +0,0 @@
{
"permissions": {
"allow": [
"WebSearch",
"Bash(gitleaks detect:*)",
"WebFetch(domain:every.to)"
],
"deny": [],
"ask": []
}
}