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

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

*.webmanifest     diff=json linguist-language=JSON

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