Hi,

I can see several use-cases for hidden files / directories in a project template. Here are some examples from one of my current projects:

.coveragerc
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.isort.cfg

Instead of introducing a command line option to explicitly include things, can we replace the current behavior with a built-in exclusion list? And maybe an --exclude option to exclude additional things?

Candidates for the exclusion list that come to my mind:

__pycache__
.git
.coverage

Regards,
René

--
You received this message because you are subscribed to the Google Groups "Django 
developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/904d1155-edf9-c7f2-23b9-59eaf6f82240%40fleschenberg.net.

Reply via email to