1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00

Fix and generalize md entry in .gitattributes

Previous entry was not proper. Also, *.md handles README.md as well and not just LICENSE.md
This commit is contained in:
Alexander Karatarakis 2015-11-01 20:51:19 -08:00
parent c736e31bae
commit 1bfc4acb78

2
.gitattributes vendored
View File

@ -9,4 +9,4 @@
# These files are text and should be normalized (Convert crlf => lf)
*.gitattributes text
.gitignore text
LICENSE.md
*.md text