Files
dokploy/.gitignore
T
2026-08-18 16:12:55 +02:00

24 lines
221 B
Plaintext

# Terraform
.terraform/
*.tfstate
*.tfstate.backup
.terraform.lock.hcl
# Secrets
.env
.envrc
# Ansible
ansible/inventory.ini
# Private Keys & Secrets
*.pem
*.key
*.pub
id_rsa
id_rsa.pub
# OS files
.DS_Store
Thumbs.db