Skip to content

Commit cb75ef5

Browse files
committed
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.
1 parent ff977c9 commit cb75ef5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.dockerignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
*
22

33
!pydis_core/
4-
!docs/
5-
!tests/
6-
4+
!dev/
75
!pyproject.toml
86
!poetry.lock
9-
!tox.ini
7+
!README.md

0 commit comments

Comments
 (0)