Security: Untrack SSL private keys and certificates and add to .gitignore

This commit is contained in:
2026-06-07 09:24:10 +02:00
parent 1d883c3c69
commit 8805044bb6
7 changed files with 8 additions and 166 deletions

8
.gitignore vendored
View File

@@ -74,3 +74,11 @@ uv.lock
# Screenshots and debug files at root
*.png
*.jpg
# SSL Keys & Certificates
*.key
*.cer
*.crt
*.pem
*_ssl_certificate*.zip