diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-09 11:14:20 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-09 11:14:20 +0200 |
| commit | 3136d6c54c26b92ab5cf1509bc9a210c1a800efa (patch) | |
| tree | 39b4ba21fdfb121ed16e7d91752aa2c898a3a3ee /.gitattributes | |
| parent | d3d3f34281e231c256478eb383ad2f286b00a077 (diff) | |
| download | gohugo-theme-ed-3136d6c54c26b92ab5cf1509bc9a210c1a800efa.tar.gz | |
Split configuration parameters
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 7b018ef..58a5e37 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,6 +22,7 @@ resources/_gen/** linguist-generated *.asc linguist-language=Public Key *.md linguist-detectable=true linguist-documentation=false *.webmanifest linguist-language=JSON +*.yaml linguist-detectable=true CHANGELOG.md linguist-detectable=false linguist-documentation=true CONTRIBUTING.md linguist-detectable=false linguist-documentation=true @@ -37,8 +38,8 @@ SECURITY.md linguist-detectable=false linguist-documentation=true # plus any specific settings # -CONTRIBUTING.md text eol=lf CHANGELOG.md text eol=lf +CONTRIBUTING.md text eol=lf LICENSE text eol=lf README.md text eol=lf SECURITY.md text eol=lf |
