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