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:
Leopere 2018-10-16 15:29:23 -04:00
parent e73afc30c5
commit 198167d4f7
No known key found for this signature in database
GPG key ID: 64476C903E477CCB

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
.gitlab-ci.yml
.DS_Store
*/docker-compose.override.yml
docker-compose.yml