From: Naeem Model Date: Thu, 22 Jun 2023 04:11:14 +0000 (+0000) Subject: Create .git files X-Git-Url: https://git.nmode.ca/Rnaught/commitdiff_plain/ee371209e859414a58bafdd50538fdd4b90230a5?ds=inline Create .git files --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6ea2da6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +*.R text +*.Rd text + +DESCRIPTION text +LICENSE text +NAMESPACE text + +.gitattributes text +.gitignore text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f506c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.RData +.Rhistory