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 /.gitattributes | |
parent | c85280a9cfe1f46eb4bc260d7f479a33d86dceff (diff) |
Create .git files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 9 |
1 files changed, 9 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 |