-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
86 lines (83 loc) · 1.62 KB
/
Copy path.gitattributes
File metadata and controls
86 lines (83 loc) · 1.62 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
* text=auto eol=lf
# Binary files
*.7z binary -eol
*.ai binary -eol
*.avif binary -eol
*.bmp binary -eol
*.bz2 binary -eol
*.dbf binary -eol
*.dll binary -eol
*.doc binary -eol
*.docx binary -eol
*.eot binary -eol
*.eps binary -eol
*.exe binary -eol
*.gif binary -eol
*.gpkg binary -eol
*.gz binary -eol
*.heic binary -eol
*.heif binary -eol
*.ico binary -eol
*.jar binary -eol
*.jpg binary -eol
*.jpeg binary -eol
*.otf binary -eol
*.parquet binary -eol
*.pdf binary -eol
*.png binary -eol
*.psd binary -eol
*.rda binary -eol
*.RData binary -eol
*.rdb binary -eol
*.rdx binary -eol
*.rds binary -eol
*.shp binary -eol
*.shx binary -eol
*.so binary -eol
*.sqlite binary -eol
*.sqlite3 binary -eol
*.tar binary -eol
*.tif binary -eol
*.tiff binary -eol
*.ttf binary -eol
*.tgz binary -eol
*.wasm binary -eol
*.webp binary -eol
*.woff binary -eol
*.woff2 binary -eol
*.xls binary -eol
*.xlsx binary -eol
*.zip binary -eol
# Common text formats used in this repository
*.R text eol=lf
*.Rmd text eol=lf
*.Rd text eol=lf
*.Rproj text eol=lf
*.bib text eol=lf
*.cff text eol=lf
*.cpg text eol=lf
*.css text eol=lf
*.csv text eol=lf
*.html text eol=lf linguist-detectable=false
*.js text eol=lf linguist-detectable=false
*.json text eol=lf
*.md text eol=lf
*.orig text eol=lf
*.qmd text eol=lf
*.sh text eol=lf
*.svg text eol=lf
*.toml text eol=lf
*.webmanifest text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
.imgbotconfig text eol=lf
.lintr text eol=lf
.Rbuildignore text eol=lf
CITATION text eol=lf
COPYRIGHTS text eol=lf
DESCRIPTION text eol=lf
LICENSE text eol=lf
NAMESPACE text eol=lf
WORDLIST text eol=lf