-
-
Notifications
You must be signed in to change notification settings - Fork 171
Expand file tree
/
Copy path.gitattributes
More file actions
34 lines (34 loc) · 1.14 KB
/
Copy path.gitattributes
File metadata and controls
34 lines (34 loc) · 1.14 KB
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
*.sh text eol=lf
.github/workflows/docs.yml text eol=lf
docs-content/**/*.md text eol=lf
docs-content/**/*.yml text eol=lf
docs-content/**/*.yaml text eol=lf
docs-site/**/*.css text eol=lf
docs-site/**/*.js text eol=lf
docs-site/**/*.json text eol=lf
docs-site/**/*.md text eol=lf
docs-site/**/*.mdx text eol=lf
docs-site/**/*.svg text eol=lf
docs-site/**/*.ts text eol=lf
docs-site/**/*.tsx text eol=lf
docs-site/**/*.txt text eol=lf
docs-site/**/*.yml text eol=lf
docs-site/**/*.yaml text eol=lf
scripts/docs/**/*.py text eol=lf
tests/docs/**/*.py text eol=lf
docs/assets/** linguist-generated=true
docs/assets/**/*.css text eol=lf
docs/assets/**/*.js text eol=lf
docs/assets/**/*.txt text eol=lf
docs/docs/** linguist-generated=true
docs/docs/**/*.html text eol=lf
docs/docs/**/*.txt text eol=lf
docs/img/** linguist-generated=true
docs/pagefind/** linguist-generated=true -whitespace
docs/pagefind/**/*.css text eol=lf
docs/pagefind/**/*.js text eol=lf
docs/pagefind/**/*.json text eol=lf
docs/search/** linguist-generated=true
docs/search/**/*.html text eol=lf
docs/llms*.txt linguist-generated=true text eol=lf
docs/sitemap.xml linguist-generated=true text eol=lf