Files
openresty-gateway/.gitignore
2026-05-18 22:32:08 +08:00

34 lines
369 B
Plaintext

# Runtime output
logs/*
!logs/.gitkeep
*.log
# Certbot and TLS material
certs/
*.key
*.pem
*.crt
*.csr
# Webroot runtime files
www/*
!www/index.html
!www/.well-known/
www/.well-known/acme-challenge/*
# Local configuration
.env
.env.*
!.env.example
!.env.*.example
docker-compose.override.yml
# Editor and OS files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db