X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/1410d8167185f94beb213602e8221980b96d0b06..5ddacea01e66927a6bb3a29ccb345edc22e6f589:/.gitattributes?ds=inline diff --git a/.gitattributes b/.gitattributes index 3de8439..2ee1786 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,14 +1,24 @@ -* text=auto +* text=auto -*.R text -*.Rd text +*.R text +*.Rd text +*.Rmd text -*.csv text -*.rda binary +*.csv text +*.rda binary -DESCRIPTION text -LICENSE text -NAMESPACE text +*.css text +*.html text + +*.png binary + +DESCRIPTION text +LICENSE text +NAMESPACE text + +CITATION text +CITATION.cff text .gitattributes text .gitignore text +.Rbuildignore text