Ignore the claude settings.
This commit is contained in:
parent
e863a8c073
commit
dec2628e58
|
|
@ -3,7 +3,8 @@
|
|||
"allow": [
|
||||
"Bash(terraform init:*)",
|
||||
"Bash(terraform validate:*)",
|
||||
"Bash(terraform plan:*)"
|
||||
"Bash(terraform plan:*)",
|
||||
"Bash(xargs cat:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ terraform.rc
|
|||
# output plans
|
||||
*-plan.zip
|
||||
|
||||
|
||||
# Ignore ssh_key_file_ref
|
||||
**/ssh-key-ref-outputs.tf
|
||||
|
||||
|
|
@ -47,3 +46,5 @@ terraform.rc
|
|||
|
||||
.project
|
||||
.vscode/settings.json
|
||||
.claude/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue