Create .gitattributes to ensure proper cloning with Windows Git

Address issue #141 so Git cloning under Windows preserves line endings of relevant scripts and files regardless of a user's local Git configuration so it's possible to provision a VM with Vagrant, install and run LibreTime in place without issue.
This commit is contained in:
Bill Burton 2017-04-09 14:41:52 -04:00 committed by GitHub
parent e5295a0d58
commit bd75773bfe
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
# Auto-detect text vs. binary files and ensure newlines are always LF for
# text files on check-out and check-in.
* text=auto eol=lf