summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: b4059b4aab924c3f9330b639db5cc4ace3bd316a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*                 text=auto

*.R               text
*.Rd              text

*.csv             text
*.rda             binary

DESCRIPTION       text
LICENSE           text
NAMESPACE         text

CITATION          text
CITATION.cff      text

.gitattributes    text
.gitignore        text
.Rbuildignore     text