X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/2d32ea0f265d0c0ad0ad403f13930292be53baa1..dce01ac19a0298388089ce4297a44ef2aa2c4c46:/.gitattributes?ds=sidebyside diff --git a/.gitattributes b/.gitattributes index 4345894..e79ba00 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,21 @@ -* text=auto +* text=auto -*.R text -*.Rd text +*.R text +*.Rd text +*.Rmd text -DESCRIPTION text -LICENSE text -NAMESPACE text +*.csv text +*.rda binary + +*.png binary + +DESCRIPTION text +LICENSE text +NAMESPACE text + +CITATION text +CITATION.cff text .gitattributes text .gitignore text +.Rbuildignore text