fix: add production troubleshooting directory to .gitignore

This commit is contained in:
duthink 2025-11-13 19:37:07 +05:30
parent f481a3c534
commit ef9bad88bf

1
.gitignore vendored
View file

@ -34,5 +34,6 @@ production/**/*.env
production/generated-compose.yaml
production/logs/
production/backups/
production/troubleshooting/
production/production.yaml*
production/traefik.env.*