diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-15 10:03:52 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-15 10:15:39 +0200 |
| commit | 6a3f9e3c4537a94ba4677e1207906c2856806738 (patch) | |
| tree | a0c7dd2d8a72c2097263d80f5b421f77ee33c86d | |
| parent | 7422a9886aa6674fe45c1d75cd52cdd2b35df355 (diff) | |
| download | gohugo-theme-ed-6a3f9e3c4537a94ba4677e1207906c2856806738.tar.gz | |
Update repo config
| -rw-r--r-- | .gitattributes | 49 |
1 files changed, 11 insertions, 38 deletions
diff --git a/.gitattributes b/.gitattributes index b5ce235..6f05f1d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,57 +18,30 @@ resources/_gen/** linguist-generated .ecrc linguist-language=JSON .editorconfig linguist-language=INI -.eslintrc.yml linguist-detectable=true -*.asc linguist-language=Public Key -*.md linguist-detectable=true linguist-documentation=false +*.md linguist-documentation=true *.webmanifest linguist-language=JSON -*.yaml linguist-detectable=true - -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/index.json linguist-language=HTML /layouts/_default/list.*.* linguist-language=HTML /layouts/_default/home.*.* linguist-language=HTML # -# Text files. -# Set files to be explicitly interpreted as text, -# plus any specific settings -# - -CHANGELOG.md text eol=lf -CONTRIBUTING.md text eol=lf -LICENSE text eol=lf -README.md text eol=lf -SECURITY.md text eol=lf - -# # Configuration and some text files. # -.ecrc text eol=lf diff=json -.editorconfig text eol=lf -.gitattributes text eol=lf -.gitignore text eol=lf -.gitmodules text eol=lf -*.webmanifest text eol=lf diff=json -netlify.toml text eol=lf +.ecrc diff=json +*.webmanifest diff=json # # Exclude files from exporting # (used by the "download ZIP archive" option, for example). # -.ecrc export-ignore -.editorconfig export-ignore -.eslintrc export-ignore -.eslintrc.yml export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.gitmodules export-ignore -/.github export-ignore -netlify.toml export-ignore -netlify-pr.go export-ignore +/.github export-ignore +.ecrc export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +eslint.config.js export-ignore +netlify-preview.js export-ignore +netlify.toml export-ignore |
