added ignore file

This commit is contained in:
Ubuntu
2026-01-08 19:42:51 +00:00
parent ae4f1ad1cc
commit 6a162f4ed2

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.tfvars
.terraform.lock.hcl
# Ansible
*.retry
*.log
inventory/
!infrastructure/ansible/inventory.ini
!infrastructure/ansible/inventory_local.ini
# Vault / Secrets
*.json
*.crt
*.key
*.pem
vault-ca.crt
setup_vault_secrets.sh # Enthält keine Secrets, aber zur Sicherheit falls man sie hardcodet
infrastructure/apps/vault/file/
infrastructure/apps/vault/logs/
infrastructure/apps/vault/certs/
# IDE / Editor
.idea/
.vscode/
*.swp
*~
.DS_Store
# OS generated
Thumbs.db