mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
fix: update .gitignore to include production environment files
This commit is contained in:
parent
1a799ee4da
commit
a3fad9b9c7
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -28,3 +28,11 @@ venv
|
|||
|
||||
# NodeJS
|
||||
node_modules
|
||||
|
||||
# Production environment files
|
||||
production/**/*.env
|
||||
production/generated-compose.yaml
|
||||
production/logs/
|
||||
production/backups/
|
||||
production/production.yaml*
|
||||
production/traefik.env.*
|
||||
|
|
|
|||
Loading…
Reference in a new issue