Ignore the claude settings.

This commit is contained in:
Andrea Dell'Amico 2026-02-05 23:04:07 +01:00
parent e863a8c073
commit dec2628e58
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 4 additions and 2 deletions

View File

@ -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:*)"
] ]
} }
} }

3
.gitignore vendored
View File

@ -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/