-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (31 loc) · 820 Bytes
/
.gitattributes
File metadata and controls
32 lines (31 loc) · 820 Bytes
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
/test/ export-ignore
/docs/ export-ignore
/typedoc.json export-ignore
/docs/ export-ignore
/.typedoc-tsconfig.jsonc export-ignore
/.editorconfig export-ignore
/build.sh export-ignore linguist-vendored
/Writerside export-ignore linguist-vendored
/benchmark
/tools/ export-ignore
/happydom.ts export-ignore
/bunfig.toml export-ignore
/package-lock.json export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
/coverage/ export-ignore
/rollup.config.mjs export-ignore
/tsconfig.json export-ignore
/.github/** linguist-vendored
# exclude all files in test/ from stats
/rollup.config.js linguist-vendored
/docs/** linguist-vendored
/tools/** linguist-vendored
/dist/** linguist-vendored
/test/** linguist-vendored
/coverage/** linguist-vendored
#
# do not replace lf by crlf
*.css text
*.json text
text eol=lf