-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitattributes
20 lines (16 loc) · 941 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
BUILD text eol=lf linguist-language=Starlark
*.build_defs text eol=lf linguist-language=Starlark
*.nim text eol=lf linguist-language=Nim
*.sh text eol=lf linguist-language=Shell
*.ts text eol=lf linguist-language=TypeScript
*.wings text eol=lf linguist-language=Wings
.plzconfig text eol=lf linguist-detectable=false
package.json text eol=lf linguist-detectable=false
tsconfig.json text eol=lf linguist-detectable=false
examples/input/templates/* text eol=lf linguist-detectable=false
examples/output/* linguist-generated=true linguist-vendored=true -diff
pleasew linguist-generated=true linguist-vendored=true -diff
package-lock.json linguist-generated=true linguist-vendored=true -diff
src/main/const.nim linguist-generated=true linguist-vendored=true -diff
*.md text eol=lf linguist-documentation=true
LICENSE text eol=lf linguist-documentation=true