Files
Bonsai-webapp/.claude/settings.local.json
T
2026-05-26 18:33:08 +02:00

25 lines
795 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/**)"
],
"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"
]
}
}