diff options
author | Naeem Model <me@nmode.ca> | 2024-01-09 10:47:32 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2024-01-09 10:47:32 +0000 |
commit | 7620d84eab1cf2b4ded296d891ec48ca5b64ca0b (patch) | |
tree | 3cadccc98736c3fe18ecd7a556e6b0e988fa74fa /.gitattributes | |
parent | ece39b847d1958ee8127b5dfdc9d7deb58668791 (diff) |
Update gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/.gitattributes b/.gitattributes index 3de8439..b4059b4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,14 +1,18 @@ -* text=auto +* text=auto -*.R text -*.Rd text +*.R text +*.Rd text -*.csv text -*.rda binary +*.csv text +*.rda binary -DESCRIPTION text -LICENSE text -NAMESPACE text +DESCRIPTION text +LICENSE text +NAMESPACE text + +CITATION text +CITATION.cff text .gitattributes text .gitignore text +.Rbuildignore text |