diff options
author | Naeem Model <me@nmode.ca> | 2023-06-22 04:11:14 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2023-06-22 04:11:14 +0000 |
commit | ee371209e859414a58bafdd50538fdd4b90230a5 (patch) | |
tree | 1b9a470cafaa8cc91b307f225b3674a213787221 | |
parent | c85280a9cfe1f46eb4bc260d7f479a33d86dceff (diff) |
Create .git files
-rw-r--r-- | .gitattributes | 9 | ||||
-rw-r--r-- | .gitignore | 2 |
2 files changed, 11 insertions, 0 deletions
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 |