1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-11 07:15:55 +00:00

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.
This commit is contained in:
Leopere
2022-05-09 04:28:41 -04:00
committed by GitHub
parent 7286385833
commit 68f6fe2b96

1
.gitignore vendored
View File

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