data/github/R.gitignore in forgitter-0.0.12 vs data/github/R.gitignore in forgitter-0.1.0
- old
+ new
@@ -2,11 +2,15 @@
.Rhistory
.Rapp.history
# Session Data files
.RData
+.RDataTmp
+# User-specific files
+.Ruserdata
+
# Example code in package build process
*-Ex.R
# Output files from R CMD build
/*.tar.gz
@@ -23,11 +27,20 @@
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth
# knitr and R markdown default cache directories
-/*_cache/
+*_cache/
/cache/
# Temporary files created by R markdown
*.utf8.md
*.knit.md
+
+# R Environment Variables
+.Renviron
+
+# pkgdown site
+docs/
+
+# translation temp files
+po/*~