commit 43119694fbf9e678bdf8f0dd9ee346a89832c5a9 parent cbea3adc7e4f9907737d40b94a0157ed3c2ed1b3 Author: earthlng <earthlng@users.noreply.github.com> Date: Sun, 5 Aug 2018 13:02:34 +0000 Update .gitattributes Diffstat:
| M | .gitattributes | | | 16 | ++++++++-------- |
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.gitattributes b/.gitattributes @@ -1,14 +1,14 @@ -## * text=auto +* text=auto -*.js text=auto -*.md text=auto -*.yml text=auto -*.txt text=auto -*.sh text=auto -*.bat eol=crlf +*.js text +*.md text +*.yml text +*.txt text +*.sh text +*.bat text eol=crlf *.png binary .gitattributes export-ignore *.yml export-ignore -wikipiki export-ignore +/wikipiki export-ignore