forked from quarto-dev/quarto-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
48 lines (43 loc) · 1.94 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
*.qmd linguist-language=RMarkdown
src/resources/formats/html/anchor/** linguist-vendored
src/resources/formats/html/bootstrap/dist/** linguist-vendored
src/resources/formats/html/bootstrap/themes/** linguist-vendored
src/resources/formats/html/clipboard/** linguist-vendored
src/resources/formats/html/fuse/** linguist-vendored
src/resources/formats/html/giscus/** linguist-vendored
src/resources/formats/html/hypothesis/** linguist-vendored
src/resources/formats/html/ojs/** linguist-vendored
src/resources/formats/html/popper/** linguist-vendored
src/resources/formats/html/tabby/** linguist-vendored
src/resources/formats/pdf/pdfjs/** linguist-vendored
src/resources/formats/revealjs/plugins/** linguist-vendored
src/resources/formats/revealjs/reveal/dist/** linguist-vendored
src/resources/formats/revealjs/reveal/plugin/** linguist-vendored
src/resources/formats/revealjs/reveal/tone/** linguist-vendored
src/resources/projects/website/cookie-consent/** linguist-vendored
src/resources/projects/website/listing/list.min.js linguist-vendored
src/resources/projects/website/navigation/headroom.min.js linguist-vendored
src/resources/projects/website/search/autocomplete-preset-algolia.umd linguist-vendored
src/resources/projects/website/search/autocomplete.min.js linguist-vendored
src/resources/projects/website/search/autocomplete.umd.js linguist-vendored
src/resources/projects/website/search/fuse.min.js linguist-vendored
src/resources/deno_std/** linguist-vendored
src/resources/build/** linguist-vendored
src/resources/editor/tools/** linguist-vendored
src/vendor/** linguist-vendored
src/resources/vendor/** linguist-vendored
tests/docs/** linguist-vendored
src/resources/library/dayjs/** linguist-vendored
# use lf line-endings for source files
src/** text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.ttf binary
*.woff binary
*.woff2 binary
*.eot binary
*.wasm binary
*.bcmap binary
*.otf binary