Unhide files
Closed this issue · 1 comments
agjohnson commented
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
...
ericholscher commented
👍 makes sense.