refactor: 구조 변경

This commit is contained in:
donghyeon-ka
2026-08-28 17:24:26 +09:00
parent a6f6c663e0
commit b8626946b1
192 changed files with 2251 additions and 206 deletions
+51 -7
View File
@@ -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