mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Switch .dockerignore to explicit list
Use explicit list of files to ignore instead of exceptions. Fix #713
This commit is contained in:
parent
7756ce56d4
commit
49b739fc9e
|
@ -1,4 +1,9 @@
|
||||||
.*
|
.editorconfig
|
||||||
!.coveragerc
|
.gitattributes
|
||||||
!.env
|
.github
|
||||||
!.pylintrc
|
.gitignore
|
||||||
|
.gitlab-ci.yml
|
||||||
|
.idea
|
||||||
|
.pre-commit-config.yaml
|
||||||
|
.readthedocs.yml
|
||||||
|
.travis.yml
|
||||||
|
|
Loading…
Reference in New Issue
Block a user