Initial commit: Terraform infrastructure, pipelines, docs and scripts
This commit is contained in:
+57
@@ -0,0 +1,57 @@
|
||||
# ===============================================================================
|
||||
# 🚫 ARCHIVOS Y DIRECTORIOS IGNORADOS — Proyecto proyectosacc
|
||||
# ===============================================================================
|
||||
|
||||
# Variables de entorno y secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Terraform
|
||||
terraform/.terraform/
|
||||
terraform/*.tfstate
|
||||
terraform/*.tfstate.*
|
||||
terraform/*.tfplan
|
||||
terraform/.terraform.lock.hcl
|
||||
terraform/crash.log
|
||||
terraform/crash.*.log
|
||||
terraform/override.tf
|
||||
terraform/override.tf.json
|
||||
terraform/*_override.tf
|
||||
terraform/*_override.tf.json
|
||||
|
||||
# Claves SSH y certificados
|
||||
*.pem
|
||||
*.key
|
||||
*.pub
|
||||
*.crt
|
||||
*.p12
|
||||
*.pfx
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# IDEs y editores
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Dependencias y builds
|
||||
node_modules/
|
||||
build/
|
||||
dist/
|
||||
.gradle/
|
||||
gradle/
|
||||
*.jar
|
||||
*.war
|
||||
*.zip
|
||||
|
||||
# Archivos temporales
|
||||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
*.bak
|
||||
Reference in New Issue
Block a user