Skip to content

Commit ca2fa27

Browse files
committed
Add gitignore
0 parents  commit ca2fa27

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.gitignore

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
2+
# Created by https://www.gitignore.io/api/r
3+
# Edit at https://www.gitignore.io/?templates=r
4+
5+
### R ###
6+
# History files
7+
.Rhistory
8+
.Rapp.history
9+
10+
# Session Data files
11+
.RData
12+
.RDataTmp
13+
14+
# User-specific files
15+
.Ruserdata
16+
17+
# Example code in package build process
18+
*-Ex.R
19+
20+
# Output files from R CMD build
21+
/*.tar.gz
22+
23+
# Output files from R CMD check
24+
/*.Rcheck/
25+
26+
# RStudio files
27+
.Rproj.user/
28+
29+
# produced vignettes
30+
vignettes/*.html
31+
vignettes/*.pdf
32+
33+
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
34+
.httr-oauth
35+
36+
# knitr and R markdown default cache directories
37+
*_cache/
38+
/cache/
39+
40+
# Temporary files created by R markdown
41+
*.utf8.md
42+
*.knit.md
43+
44+
### R.Bookdown Stack ###
45+
# R package: bookdown caching files
46+
/*_files/
47+
48+
# End of https://www.gitignore.io/api/r

0 commit comments

Comments
 (0)