mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
build: update claude
This commit is contained in:
parent
2ec4afa277
commit
7bd4e5d440
1 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"includePatterns": ["**/*"],
|
||||
"excludePatterns": ["node_modules/**", "dist/**", "out-tsc/**"],
|
||||
"allowFileAccess": true,
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm ci)",
|
||||
|
|
@ -18,7 +21,7 @@
|
|||
"Bash(git add:*)",
|
||||
"Bash(git commit:*)"
|
||||
],
|
||||
"deny": ["Bash(rm:*)", "Bash(curl:*)", "Bash(git push:*)", "Edit(//*)"]
|
||||
"deny": ["Bash(rm:*)", "Bash(curl:*)", "Bash(git push:*)"]
|
||||
},
|
||||
|
||||
"env": {
|
||||
|
|
@ -26,7 +29,6 @@
|
|||
"NG_CLI_ANALYTICS": "false",
|
||||
"CI": "true"
|
||||
},
|
||||
|
||||
"includeCoAuthoredBy": false,
|
||||
"verbose": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue