qvest-task/.gitignore
aviyadeveloper 22504b886b feat: Automated Gitea deployment with SSL
- Deployed PostgreSQL 18.4 + Gitea 1.22.6 via Docker Compose
- Configured Nginx reverse proxy with Let's Encrypt SSL
- Created Ansible playbooks for full automation (site.yml)
- Database credentials in AWS Secrets Manager
- Production deployment at https://gitea.poll-streams.com
2026-06-08 19:51:24 +02:00

32 lines
270 B
Plaintext

# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.tfvars
.terraform.tfstate.lock.info
# Ansible
*.retry
# SSH keys
*.pem
*.key
id_rsa*
ssh-keys/
# Environment variables
.env
.env.local
docker/.env
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
*.swo
*~