diff --git a/.gitignore b/.gitignore index 6f690401..621bd21c 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,6 @@ test-results/ .playwright/ # WireGuard client configs (generated locally) deployment/ansible/wireguard-clients/ + +# SSL/TLS certificates +**/acme.json diff --git a/deployment/stacks/traefik/acme.json b/deployment/stacks/traefik/acme.json deleted file mode 100644 index e69de29b..00000000