add git ignore
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Terraform
|
||||
terraform/.terraform/
|
||||
terraform/.terraform.lock.hcl
|
||||
terraform/terraform.tfstate
|
||||
terraform/terraform.tfstate.backup
|
||||
terraform/*.tfstate
|
||||
terraform/*.tfstate.*
|
||||
terraform/*.tfvars.local
|
||||
terraform/.env
|
||||
terraform/k8s_terraform
|
||||
terraform/k8s_terraform.pub
|
||||
terraform/crash.log
|
||||
terraform/crash.*.log
|
||||
|
||||
# Ansible
|
||||
ansible/*.retry
|
||||
ansible/.vault_pass
|
||||
ansible/*.log
|
||||
|
||||
# OS/editor
|
||||
.DS_Store
|
||||
*.swp
|
||||
CLAUDE.md
|
||||
Reference in New Issue
Block a user