Skip to content
Permalink
Browse files

Update .gitignore

  • Loading branch information...
lhehnke committed Jun 7, 2019
1 parent a17b8c1 commit 5f40430b9de9f57db778cf5d122517cfb5054976
Showing with 34 additions and 2 deletions.
  1. +34 −2 .gitignore
@@ -1,4 +1,36 @@
.Rproj.user
# History files
.Rhistory
.Rapp.history

# Session Data files
.RData
.Ruserdata

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
/*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
rsconnect/

0 comments on commit 5f40430

Please sign in to comment.
You can’t perform that action at this time.