diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-03 00:45:05 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-03 00:45:05 +0200 |
| commit | 5266cb661abb145cf18d8bc68d8774dff24008e6 (patch) | |
| tree | 035b7267021fc897096395f9e022e617af872eea | |
| parent | 4ff4e92d8aa5560cdd6ea9e048feda6056da0f8f (diff) | |
| download | gohugo-theme-ed-5266cb661abb145cf18d8bc68d8774dff24008e6.tar.gz | |
Update .gitattributes
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
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. |
