readthedocs/common

Unhide files

Closed this issue · 1 comments

I prefer the pattern of not hiding these files when they are in a subdirectory. It's helpful to not see them in the main repo to avoid polluting that path, but we don't need to worry about that here.

For example, instead of:

- .eslintrc
- .isort.cfg
...

It would be:

- eslintrc
- isort.cfg
...

refs readthedocs/readthedocs.org#3808

👍 makes sense.