X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/ee371209e859414a58bafdd50538fdd4b90230a5..932ca2ff457a760733ba27fdd8a38ad6a11e9e4d:/.gitattributes?ds=sidebyside diff --git a/.gitattributes b/.gitattributes index 6ea2da6..2ee1786 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,24 @@ -*.R text -*.Rd text +* text=auto -DESCRIPTION text -LICENSE text -NAMESPACE text +*.R text +*.Rd text +*.Rmd text + +*.csv text +*.rda binary + +*.css text +*.html text + +*.png binary + +DESCRIPTION text +LICENSE text +NAMESPACE text + +CITATION text +CITATION.cff text .gitattributes text .gitignore text +.Rbuildignore text