editorconfig / editorconfig.github.com

Configuration file format for defining coding styles in shared projects
http://editorconfig.org
Other
267 stars 42 forks source link

_config.yml: remove redundant files from exclude list #151

Closed kmk3 closed 3 years ago

kmk3 commented 3 years ago

From [1]:

Include

Force inclusion of directories and/or files in the conversion. .htaccess is a good example since dotfiles are excluded by default.

See also [2].

[1] https://jekyllrb.com/docs/configuration/options/ [2] https://jekyllrb.com/docs/configuration/default/


After PR #150, I was going to add .gitattributes to the list, but then I found the above on the Jekyll docs.

kmk3 commented 3 years ago

Wow, that was fast :)