summaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: ed083741505a287a260d077e672aaeb5ea268450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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

.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
.gitignore        export-ignore
.github           export-ignore

go.mod            export-ignore
go.sum            export-ignore

exampleSite/**    linguist-vendored
resources/_gen/** linguist-vendored

*.webmanifest     diff=json linguist-language=JSON

LICENSE           text eol=lf
README.md         text eol=lf

layouts/_default/home.*.* linguist-language=Jinja