From 5266cb661abb145cf18d8bc68d8774dff24008e6 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 3 Jul 2022 00:45:05 +0200 Subject: Update .gitattributes --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index e7d32c8..6e0d999 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,7 +18,7 @@ resources/_gen/** linguist-generated .ecrc linguist-language=JSON .editorconfig linguist-language=INI -.eslintrc linguist-language=JSON +.eslintrc linguist-language=JSONC *.asc linguist-language=Public Key *.md linguist-detectable=true linguist-documentation=false *.webmanifest linguist-language=JSON @@ -26,6 +26,7 @@ resources/_gen/** linguist-generated CHANGELOG.md linguist-detectable=false linguist-documentation=true CONTRIBUTING.md linguist-detectable=false linguist-documentation=true README.md linguist-detectable=false linguist-documentation=true +SECURITY.md linguist-detectable=false linguist-documentation=true /layouts/_default/list.*.* linguist-language=HTML /layouts/_default/home.*.* linguist-language=HTML @@ -42,6 +43,7 @@ CONTRIBUTING.md text eol=lf CHANGELOG.md text eol=lf LICENSE text eol=lf README.md text eol=lf +SECURITY.md text eol=lf # # Configuration and some text files. -- cgit v1.2.3