From 46bee50e45ef8f3e9f3727649fa24d50bb2fc782 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 28 Aug 2015 16:44:04 +0800 Subject: complate list of gitignores and licenses --- conf/gitignore/R | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 conf/gitignore/R (limited to 'conf/gitignore/R') diff --git a/conf/gitignore/R b/conf/gitignore/R new file mode 100644 index 00000000..49037a0b --- /dev/null +++ b/conf/gitignore/R @@ -0,0 +1,16 @@ +# History files +.Rhistory +.Rapp.history + +# Example code in package build process +*-Ex.R + +# RStudio files +.Rproj.user/ + +# produced vignettes +vignettes/*.html +vignettes/*.pdf + +# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 +.httr-oauth -- cgit v1.2.3