Don't track docker-compose.override.yml (#416)

This allows end users who need to build Hastebin for their deployments as an image in a private registry or any other changes without needing to collide with the ability to upgrade their local cached copy of the hastebin repo.
master
Leopere 3 years ago committed by GitHub
parent 7286385833
commit 68f6fe2b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitignore

1
.gitignore vendored

@ -4,3 +4,4 @@ node_modules
*.swo *.swo
data data
*.DS_Store *.DS_Store
docker-compose.override.yml

Loading…
Cancel
Save