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:
parent
e5295a0d58
commit
bd75773bfe
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user