Remove tracked files that should be in .gitignore

- Stop tracking .claude/settings.local.json (local settings)
- Stop tracking site/cache/index.html (cache file)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-09 14:29:24 +01:00
parent 4740463979
commit 148dc4afb8
2 changed files with 0 additions and 13 deletions

View file

@ -1,13 +0,0 @@
{
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(cat:*)",
"WebFetch(domain:unicode-org.github.io)",
"Bash(git mv:*)"
],
"deny": [],
"ask": []
}
}

View file