Ignore local override file

Adding an ignore rule for docker-compose.override.yml should allow people to clone this repo and use an override file to match their environment, without that file causing issues every time they pull a new version of the repo.
This commit is contained in:
Mark Honeychurch
2019-11-18 12:20:39 +13:00
committed by GitHub
parent eddc308055
commit 552676cc9d

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
*.sql.gz *.sql.gz
.netbox .netbox
docker-compose.override.yml