mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
fix: add production troubleshooting directory to .gitignore
This commit is contained in:
parent
f481a3c534
commit
ef9bad88bf
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -34,5 +34,6 @@ production/**/*.env
|
||||||
production/generated-compose.yaml
|
production/generated-compose.yaml
|
||||||
production/logs/
|
production/logs/
|
||||||
production/backups/
|
production/backups/
|
||||||
|
production/troubleshooting/
|
||||||
production/production.yaml*
|
production/production.yaml*
|
||||||
production/traefik.env.*
|
production/traefik.env.*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue