diff --git a/.gitattributes b/.gitattributes index 1260ace13..0bda4ab6b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,11 +10,6 @@ # The above will handle all files NOT found below # -# Custom attributes for mdwiki & github pages -*.md text -*.json text -CNAME text - # These files are text and should be normalized (Convert crlf => lf) *.php text *.css text @@ -45,6 +40,7 @@ CNAME text *.7z binary *.ttf binary + ## https://github.com/Danimoth/gitattributes/blob/e9c4312cabdbcf7f66205f3c3271336d4563e92c/Common.gitattributes (partial) # Documents @@ -67,3 +63,9 @@ CNAME text *.ico binary *.svg text + +## Custom attributes for mdwiki & github pages + +*.md text +*.json text +CNAME text