diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-26 09:22:52 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-26 09:22:52 +0200 |
| commit | e9f39bb5896f6e2b4b90c38fac6ec031ee56b9be (patch) | |
| tree | a1b9cd1c34c4094b5fa98ecac0f81c814e4346ff /.gitattributes | |
| parent | 38b1d8f24c0f203df2e8a936a844bd39708ca78b (diff) | |
| download | gohugo-theme-ed-e9f39bb5896f6e2b4b90c38fac6ec031ee56b9be.tar.gz | |
Amend attributes
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ea4d28f..6259e42 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ +# Defining attributes per path. +# +# For more see: https://git-scm.com/docs/gitattributes + # Auto-detect text files, ensure they use LF. * text=auto eol=lf @@ -5,6 +9,7 @@ .editorconfig export-ignore linguist-language=INI .eslintrc export-ignore diff=json linguist-language=JSON .gitattributes export-ignore +.gitignore export-ignore .github export-ignore go.mod export-ignore @@ -13,3 +18,6 @@ go.sum export-ignore *.md linguist-detectable=true linguist-documentation=false resources/_gen/** linguist-vendored + +LICENSE text eol=lf +README.md linguist-detectable=false linguist-documentation=true |
