- Add DKIM, return-path (CNAME), and DMARC DNS records to Terraform - Add example variables for Postmark integration to vault.example.yml - Update .gitignore patterns
27 lines
No EOL
294 B
Text
27 lines
No EOL
294 B
Text
.terraform/
|
|
**/.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
crash.log
|
|
terraform.tfvars
|
|
terraform/tfplan
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
.vault_pass
|
|
secrets/.vault_pass
|
|
inventory/hosts.yml
|
|
inventory/host_vars/web.yml
|
|
|
|
secrets/*
|
|
!secrets/vault.example.yml
|
|
|
|
.windsurf/ |