Don't track docker-compose.override.yml

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.
This commit is contained in:
Leopere 2022-04-28 10:34:51 -04:00 committed by GitHub
commit 5755de0ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

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