mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
Merge pull request #3121 from pydanny/fix/dockerignore
Switch .dockerignore to explicit list
This commit is contained in:
commit
adfa02e5c0
1 changed files with 9 additions and 4 deletions
|
|
@ -1,4 +1,9 @@
|
|||
.*
|
||||
!.coveragerc
|
||||
!.env
|
||||
!.pylintrc
|
||||
.editorconfig
|
||||
.gitattributes
|
||||
.github
|
||||
.gitignore
|
||||
.gitlab-ci.yml
|
||||
.idea
|
||||
.pre-commit-config.yaml
|
||||
.readthedocs.yml
|
||||
.travis.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue