diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-26 09:12:32 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-26 09:12:32 +0200 |
| commit | 38b1d8f24c0f203df2e8a936a844bd39708ca78b (patch) | |
| tree | 4b888f13d2d9cb379316d579ce72a4aa9b817e14 /.gitattributes | |
| parent | 20712f41a36c8dc554ca6912bb5dfaf9e14bd0cf (diff) | |
| download | gohugo-theme-ed-38b1d8f24c0f203df2e8a936a844bd39708ca78b.tar.gz | |
Add .gitattributes
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ea4d28f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +# Auto-detect text files, ensure they use LF. +* text=auto eol=lf + +.ecrc export-ignore diff=json linguist-language=JSON +.editorconfig export-ignore linguist-language=INI +.eslintrc export-ignore diff=json linguist-language=JSON +.gitattributes export-ignore +.github export-ignore + +go.mod export-ignore +go.sum export-ignore + +*.md linguist-detectable=true linguist-documentation=false + +resources/_gen/** linguist-vendored |
