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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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