feat: enlève .claude du .gitignore global

This commit is contained in:
Pierre Martin
2026-06-10 11:45:35 +02:00
parent a05d93cd18
commit 46107629ee
2 changed files with 39 additions and 1 deletions

View File

@@ -0,0 +1,39 @@
{
"permissions": {
"allow": [
"Bash(sudo nixos-rebuild switch:*)",
"Bash(nix-env --list-generations:*)",
"Read(//nix/var/nix/profiles/per-user/pierre/**)",
"Bash(sudo nix-env:*)",
"Bash(lspci:*)",
"Bash(appimage-run:*)",
"Bash(ldd:*)",
"Bash(ncdu --version:*)",
"Bash(ncdu:*)",
"Bash(chmod:*)",
"Bash(steam-run:*)",
"Bash(xargs -I{} sh -c 'echo \"\"\"\"$(stat -c %Y \"\"\"\"{}\"\"\"\" 2>/dev/null) $(du -sh \"\"\"\"{}\"\"\"\" 2>/dev/null | cut -f1) {}\"\"\"\"')",
"Bash(xargs:*)",
"Bash(docker volume ls:*)",
"Bash(find:*)",
"Bash(sort:*)",
"Bash(nix-env:*)",
"Bash(/home/pierre/dotfiles/files/stt-dictate.sh start:*)",
"Bash(whisper-cpp:*)",
"Bash(whisper-cli:*)",
"Bash(i3-msg:*)",
"Bash(git add:*)",
"Bash(cat:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git -C /home/pierre/dotfiles rev-parse HEAD)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:github.com)",
"Bash(xdotool --version)",
"Bash(wpctl status:*)",
"Bash(systemctl *)"
],
"deny": [],
"ask": []
}
}

View File

@@ -28,7 +28,6 @@
".envrc"
".direnv"
".ddev"
".claude/"
"CLAUDE.local.md"
];