Switch .dockerignore to explicit list

Use explicit list of files to ignore instead of exceptions.

Fix #713
This commit is contained in:
Bruno Alla 2021-04-08 19:41:58 +01:00
parent 7756ce56d4
commit 49b739fc9e

View File

@ -1,4 +1,9 @@
.*
!.coveragerc
!.env
!.pylintrc
.editorconfig
.gitattributes
.github
.gitignore
.gitlab-ci.yml
.idea
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml