Adding compose.override and a root docker-compose to gitignore
The idea is that default settings should be left alone in the app specific compose files but if the end user wants a custom one at the root they can have a fully custom one that cherrypicks apps and settings.
This commit is contained in:
parent
7ab3c1a8c0
commit
09c295a103
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
|||
.gitlab-ci.yml
|
||||
.DS_Store
|
||||
*/docker-compose.override.yml
|
||||
docker-compose.yml
|
||||
|
|
Loading…
Reference in a new issue