# 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