From f9d5e2c0af9e60b1570b56ba2398c836562fad1b Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Sun, 12 Jul 2026 08:32:31 +0100 Subject: [PATCH] chore: untrack a stray HM temp file; ignore settings.local.json.tmp.* A settings.local.json.tmp.* atomic-write temp file slipped into the previous commit via git add -A; untrack it and ignore the pattern. (The prior commit message also dropped the word text to a stray backtick: the override glyph is filled with the palette text colour.) Co-Authored-By: Claude Fable 5 --- ...ettings.local.json.tmp.230032.cb92e389a1ad | 96 ------------------- .gitignore | 1 + 2 files changed, 1 insertion(+), 96 deletions(-) delete mode 100644 .claude/settings.local.json.tmp.230032.cb92e389a1ad diff --git a/.claude/settings.local.json.tmp.230032.cb92e389a1ad b/.claude/settings.local.json.tmp.230032.cb92e389a1ad deleted file mode 100644 index 2e333cb..0000000 --- a/.claude/settings.local.json.tmp.230032.cb92e389a1ad +++ /dev/null @@ -1,96 +0,0 @@ -{ - "permissions": { - "allow": [ - "Read", - "Edit", - "Write", - "Glob", - "Grep", - "Bash(*)", - "Bash(ls *)", - "Bash(cat *)", - "Bash(head *)", - "Bash(tail *)", - "Bash(grep *)", - "Bash(rg *)", - "Bash(find *)", - "Bash(tree *)", - "Bash(wc *)", - "Bash(file *)", - "Bash(stat *)", - "Bash(du *)", - "Bash(df *)", - "Bash(which *)", - "Bash(diff *)", - "Bash(jq *)", - "Bash(sha256sum *)", - "Bash(mkdir *)", - "Bash(cp *)", - "Bash(mv *)", - "Bash(touch *)", - "Bash(ln -s *)", - "Bash(tar *)", - "Bash(nix *)", - "Bash(nix-store *)", - "Bash(nix-instantiate *)", - "Bash(./tools/test-live-iso.sh *)", - "Bash(./tools/test-install.sh *)", - "Bash(./tools/audit-theme-design.py *)", - "Bash(./tools/check-option-docs.py *)", - "Bash(./tools/check-theme-contrast.py *)", - "Bash(./tools/import-palettes.py *)", - "Bash(./tools/vm/qmp.py *)", - "Bash(./tools/vm/vncshot.py *)", - "Bash(./tools/vm/gap-analysis.py *)", - "Bash(python3 tools/*)", - "Bash(bash tools/*)", - "Bash(qemu-system-x86_64 *)", - "Bash(qemu-img *)", - "Bash(git status *)", - "Bash(git diff *)", - "Bash(git log *)", - "Bash(git show *)", - "Bash(git add *)", - "Bash(git commit *)", - "Bash(git branch *)", - "Bash(git switch *)", - "Bash(git checkout *)", - "Bash(git restore *)", - "Bash(git stash *)", - "Bash(git worktree *)", - "Bash(systemctl --user status *)", - "Bash(journalctl --user *)", - "Bash(pgrep *)", - "Bash(pkill -f qemu*)", - "WebFetch(domain:wiki.hyprland.org)", - "WebSearch", - "WebFetch(domain:github.com)", - "WebFetch(domain:wiki.hypr.land)", - "WebFetch(domain:itsfoss.gitlab.io)", - "WebFetch(domain:raw.githubusercontent.com)", - "Bash(cat)", - "Bash(echo \"exit=$?\")", - "Bash(getent hosts *)", - "Bash(git cherry-pick *)", - "Bash(echo \"push-exit=$?\")", - "Bash(nomarchy-pull)", - "Bash(nomarchy-home)", - "Bash(text)" - ], - "deny": [ - "Bash(sudo *)", - "Bash(git push --force *)", - "Bash(git push -f *)" - ], - "ask": [ - "Bash(git push *)", - "Bash(rm *)", - "Bash(git reset --hard *)", - "Bash(git clean *)", - "Bash(nix-collect-garbage *)", - "Bash(curl *)", - "Bash(wget *)" - ], - "defaultMode": "default" - } -} diff --git a/.gitignore b/.gitignore index 7310152..1663b35 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ __pycache__/ # Claude Code machine-local settings (permissions etc.) .claude/settings.local.json +.claude/settings.local.json.tmp.*