23 lines
677 B
JSON
23 lines
677 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/**)"
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
}
|