]> nmode's Git Repositories - Rnaught/commitdiff
Create .git files
authorNaeem Model <me@nmode.ca>
Thu, 22 Jun 2023 04:11:14 +0000 (04:11 +0000)
committerNaeem Model <me@nmode.ca>
Thu, 22 Jun 2023 04:11:14 +0000 (04:11 +0000)
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..6ea2da6
--- /dev/null
@@ -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 (file)
index 0000000..2f506c0
--- /dev/null
@@ -0,0 +1,2 @@
+.RData
+.Rhistory