From cb75ef5e8d54fb0ef81d208d064ec44cdafbcd7f Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Wed, 26 Oct 2022 15:20:28 +0100 Subject: Update dockerignore to include dev dir This is so that CI can build an image that includes the dev folder, which has the exmaple bot. This also removes the test and docs folders, as they od not need to be in a built image. --- .dockerignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index b36215c3..3ab95c01 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,9 +1,7 @@ * !pydis_core/ -!docs/ -!tests/ - +!dev/ !pyproject.toml !poetry.lock -!tox.ini +!README.md -- cgit v1.2.3