-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitattributes
47 lines (44 loc) · 2.33 KB
/
.gitattributes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Codes
BUILD text eol=lf linguist-language=Starlark
*.build_defs text eol=lf linguist-language=Starlark
*.go text eol=lf linguist-language=Go
*.css text eol=lf linguist-language=CSS
*.sh text eol=lf linguist-language=Shell
*.ts text eol=lf linguist-language=TypeScript
*.vue text eol=lf linguist-language=Vue
*.wings text eol=lf linguist-language=Wings
# Config files
_setup.js text eol=lf linguist-detectable=false
.ackrc text eol=lf linguist-detectable=false
.eslintignore text eol=lf linguist-detectable=false
.eslintrc.js text eol=lf linguist-detectable=false
.mergify.yml text eol=lf linguist-detectable=false
.mocharc.json text eol=lf linguist-detectable=false
.npmrc text eol=lf linguist-detectable=false
.nycrc.json text eol=lf linguist-detectable=false
.plzconfig text eol=lf linguist-detectable=false
.prettierrc text eol=lf linguist-detectable=false
ava.config.js text eol=lf linguist-detectable=false
config.yml text eol=lf linguist-detectable=false
main.yml text eol=lf linguist-detectable=false
go.mod text eol=lf linguist-detectable=false
package.json text eol=lf linguist-detectable=false
renovate.json text eol=lf linguist-detectable=false
reporter.json text eol=lf linguist-detectable=false
sample.config text eol=lf linguist-detectable=false
test.config text eol=lf linguist-detectable=false
tsconfig.json text eol=lf linguist-detectable=false
vue.config.js text eol=lf linguist-detectable=false
wings.json text eol=lf linguist-detectable=false
# Generated files
index.html linguist-generated=true linguist-vendored=true -diff
go.sum linguist-generated=true linguist-vendored=true -diff
pleasew linguist-generated=true linguist-vendored=true -diff
pnpm-lock.yaml linguist-generated=true linguist-vendored=true -diff
src/*/wings/*.* linguist-generated=true linguist-vendored=true -diff
src/cockpit/router.ts linguist-generated=true linguist-vendored=true -diff
src/cockpit/routes.ts linguist-generated=true linguist-vendored=true -diff
__snapshots__/**/*.snap linguist-generated=true linguist-vendored=true -diff
# Documentations
*.md text eol=lf linguist-documentation=true
LICENSE text eol=lf linguist-documentation=true