Re: Should django-admin allow specifying hidden directories for --template?

2020-10-01 Thread René Fleschenberg
Hi, On 01.10.20 15:56, laym...@gmail.com wrote: Thanks for the feedback! From my observations, Django does not ignore hidden /files/, it only ignores hidden /directories/. So, the files that you listed should work fine. Ah, my bad, sorry. As for the built-in exclusion list, I'm not sure if w

Re: Should django-admin allow specifying hidden directories for --template?

2020-10-01 Thread laym...@gmail.com
Hi René, Thanks for the feedback! From my observations, Django does not ignore hidden *files*, it only ignores hidden *directories*. So, the files that you listed should work fine. As for the built-in exclusion list, I'm not sure if we should add that. I think ignoring .git by default is fine,

Re: Should django-admin allow specifying hidden directories for --template?

2020-10-01 Thread René Fleschenberg
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

Should django-admin allow specifying hidden directories for --template?

2020-10-01 Thread laym...@gmail.com
Hi everyone, I've been playing around with the --template option for django-admin startproject lately, and I noticed that it ignores hidden directories