chore: .gitignore + settings Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gilles Soulier
2026-05-28 20:19:01 +02:00
parent c0e737244c
commit b53c46ad21
2 changed files with 22 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"Bash(rtk git *)",
"Bash(awk 'NR>1 {print $4}')",
"Bash(grep -oE '[0-9]+$')",
"Bash(find /home/gilles -maxdepth 4 -type d -iname \"*design*\" -o -type d -iname \"*ui*\" -o -type d -iname \"*theme*\" 2>/dev/null | head -20)",
"Read(//home/gilles/**)",
"Bash(rtk pytest *)",
"Bash(rtk proxy *)",
"Bash(rtk pip *)"
]
}
}