Files
Bonsai-webapp/.claude/settings.local.json
T
2026-05-28 05:57:33 +02:00

27 lines
894 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install *)",
"Bash(npm test *)",
"Bash(npm list *)",
"Bash(./node_modules/.bin/ng test *)",
"Bash(npx ng *)",
"Bash(npm start *)",
"Bash(xargs cat -n)",
"Bash(xargs ls -la)",
"Read(//home/Gato/IdeaProjects/Bonsai-webapp/src/**)",
"Read(//var/home/Gato/IdeaProjects/Bonsai-webapp/src/**)",
"Read(//home/Gato/IdeaProjects/Bonsai-webapp/**)",
"Read(//var/home/Gato/IdeaProjects/Bonsai-webapp/**)",
"Bash(grep -E \"\\\\.\\(ts|html|scss\\)$\")",
"Bash(grep -E \"\\\\.\\(ts|html\\)$\")"
],
"additionalDirectories": [
"/home/Gato/IdeaProjects/Bonsai-webapp/src/app/issues",
"/var/home/Gato/IdeaProjects/Bonsai-webapp/src/app/issues",
"/home/Gato/IdeaProjects/Bonsai-webapp/src",
"/var/home/Gato/IdeaProjects/Bonsai-webapp/src"
]
}
}