Skip to content

Commit c2ccd6d

Browse files
committed
refactor: update .gitignore
1 parent ace8f48 commit c2ccd6d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ Thumbs.db
88
# R(Studio)-specific (temp) files
99
.Rapp.history
1010
.RData
11+
.RDataTmp
1112
.Rhistory
1213
.Rproj.user
1314
.Ruserdata
1415

15-
# API keys
16+
# generated vignette output
17+
vignettes/*.html
18+
vignettes/*.pdf
19+
20+
# API credentials/tokens
1621
.httr-oauth

0 commit comments

Comments
 (0)