svetlyak40wt / dotfiler

Shell agnostic git based dotfiles package manager, written in Python.
238 stars 31 forks source link

added .gitattributes to .dotignore #22

Closed dpremy closed 5 years ago

dpremy commented 5 years ago

.gitattributes can be a per repo file which causes dot filter throw errors when linking. One of the common usages of this file is when a repo is worked on cross platform in order to keep line endings consistent.

See the "End-of-line conversion" section in this doc for further info. https://www.git-scm.com/docs/gitattributes

svetlyak40wt commented 5 years ago

Thank you for contribution, David!