summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-09 13:26:58 +0200
committerGitHub <noreply@github.com>2022-07-09 13:26:58 +0200
commit0942efbdf7fb3573517b2f7e52803c3982529caf (patch)
tree26582d034e4e3449c403fe5e0b9a80283dec2948 /.gitattributes
parent46e8edfce3738ea14388546ac8690144b7633bb3 (diff)
parentb3c39de2e5265cb81d0268d08c0cd4cb47a93f0d (diff)
downloadgohugo-theme-ed-0942efbdf7fb3573517b2f7e52803c3982529caf.tar.gz
Merge pull request #10 from sergeyklay/feature/update-config
Update config for exampleSite
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
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