added ignore file
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user