refactor: 구조 변경
This commit is contained in:
+51
-7
@@ -1,22 +1,66 @@
|
||||
# Terraform working directories and local state
|
||||
# OS and editors
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*.tmp
|
||||
|
||||
# Local environment and credentials
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.key
|
||||
*.pem
|
||||
*.p12
|
||||
*.pfx
|
||||
*.jks
|
||||
credentials.json
|
||||
id_dsa
|
||||
id_ecdsa
|
||||
id_ed25519
|
||||
id_rsa
|
||||
|
||||
# Kubernetes local access
|
||||
kubeconfig
|
||||
kubeconfig.*
|
||||
*.kubeconfig
|
||||
|
||||
# Terraform / OpenTofu working directories and local state
|
||||
**/.terraform/*
|
||||
**/.terraform-state/*
|
||||
**/.terragrunt-cache/*
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
*.tfplan
|
||||
*.tfvars
|
||||
!*.tfvars.example
|
||||
plan.out
|
||||
.terraform.tfstate.lock.info
|
||||
crash.log
|
||||
crash.*.log
|
||||
override.tf
|
||||
override.tf.json
|
||||
*_override.tf
|
||||
*_override.tf.json
|
||||
*.local.tfvars
|
||||
*.secret.tfvars
|
||||
|
||||
# Bootstrap material and local operator files
|
||||
.local/*
|
||||
!.local/.gitkeep
|
||||
*init*.json
|
||||
|
||||
# Tool and editor output
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.tmp
|
||||
# Decrypted or generated secret material
|
||||
.decrypted/
|
||||
*.decrypted.yaml
|
||||
*.dec.yaml
|
||||
|
||||
# Build, render, and test output
|
||||
.build/
|
||||
.cache/
|
||||
dist/
|
||||
rendered/
|
||||
tmp/
|
||||
coverage/
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user