aboutsummaryrefslogtreecommitdiffstats
path: root/options/gitignore/R
blob: 49037a0b7cb23b852e2137060b55b1df4bea173b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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