diff options
Diffstat (limited to 'options/gitignore/R')
-rw-r--r-- | options/gitignore/R | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/options/gitignore/R b/options/gitignore/R new file mode 100644 index 0000000000..49037a0b7c --- /dev/null +++ b/options/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 |