diff options
| -rw-r--r-- | .gitattributes | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index 5cff98d..c394a91 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,8 +22,10 @@ resources/_gen/** linguist-generated *.asc linguist-language=Public Key *.md linguist-detectable=true linguist-documentation=false *.webmanifest linguist-language=JSON -README.md linguist-detectable=false linguist-documentation=true + CHANGELOG.md linguist-detectable=false linguist-documentation=true +CONTRIBUTING.md linguist-detectable=false linguist-documentation=true +README.md linguist-detectable=false linguist-documentation=true /layouts/_default/list.*.* linguist-language=HTML /layouts/_default/home.*.* linguist-language=HTML @@ -34,9 +36,10 @@ CHANGELOG.md linguist-detectable=false linguist-documentation=true # plus any specific settings # -CHANGELOG.md text eol=lf -LICENSE text eol=lf -README.md text eol=lf +CONTRIBUTING.md text eol=lf +CHANGELOG.md text eol=lf +LICENSE text eol=lf +README.md text eol=lf # # Configuration and some text files. |
