blob: e08f3e8b52335e487c1a346590d6b3bc20cd1987 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
LICENSE text eol=lf
README.md text eol=lf
|