Skip to content

Commit 26e1125

Browse files
Merge pull request #7 from jonathangoeke/master
updated .gitignore
2 parents 56dec23 + 92500d8 commit 26e1125

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

.gitignore

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,48 @@
1-
.Rproj.user
1+
# History files
22
.Rhistory
3+
.Rapp.history
4+
5+
# Session Data files
36
.RData
7+
8+
# User-specific files
9+
.Ruserdata
10+
11+
# Example code in package build process
12+
*-Ex.R
13+
14+
# Output files from R CMD build
15+
/*.tar.gz
16+
17+
# Output files from R CMD check
18+
/*.Rcheck/
19+
20+
# RStudio files
21+
.Rproj.user/
22+
23+
# produced vignettes
24+
vignettes/*.html
25+
vignettes/*.pdf
26+
27+
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
28+
.httr-oauth
29+
30+
# knitr and R markdown default cache directories
31+
*_cache/
32+
/cache/
33+
34+
# Temporary files created by R markdown
35+
*.utf8.md
36+
*.knit.md
37+
38+
# R Environment Variables
39+
.Renviron
40+
41+
# pkgdown site
42+
docs/
43+
44+
.Rproj.user
45+
446
proActiv.Rproj
47+
48+
Readme.html

0 commit comments

Comments
 (0)