creating layout
This commit is contained in:
29
.claude/settings.json
Normal file
29
.claude/settings.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"permissions": {
|
||||
"defaultMode": "acceptEdits",
|
||||
"allow": [
|
||||
"Bash(npm install *)",
|
||||
"Bash(npm run *)",
|
||||
"Bash(npx @11ty/eleventy *)",
|
||||
"Bash(npx eleventy *)",
|
||||
"Bash(git add *)",
|
||||
"Bash(git commit *)",
|
||||
"Bash(git status)",
|
||||
"Bash(git diff *)",
|
||||
"Bash(git log *)",
|
||||
"Bash(mkdir *)",
|
||||
"Bash(ls *)"
|
||||
],
|
||||
"ask": [
|
||||
"Bash(git push *)",
|
||||
"Bash(npm publish *)"
|
||||
],
|
||||
"deny": [
|
||||
"Read(.env)",
|
||||
"Read(**/.env*)",
|
||||
"Bash(rm -rf *)",
|
||||
"Bash(curl *)",
|
||||
"Bash(wget *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user