Skip to content

Commit e3a4293

Browse files
committed
Update .gitignore
Avoid tracking R studio config files
1 parent 582f84d commit e3a4293

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,35 @@ __pycache__/
1111
/node_modules
1212
.mypy_cache
1313
/missing_db_signals.csv
14+
15+
16+
17+
##Added by Tina to avoid tracking R studio config files
18+
# History files
19+
.Rhistory
20+
.Rapp.history
21+
22+
# Session Data files
23+
.RData
24+
.RDataTmp
25+
26+
# User-specific files
27+
.Ruserdata
28+
29+
# RStudio files
30+
.Rproj.user/
31+
32+
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
33+
.httr-oauth
34+
35+
# knitr and R markdown default cache directories
36+
*_cache/
37+
/cache/
38+
39+
# R Environment Variables
40+
.Renviron
41+
42+
# RStudio Connect folder
43+
rsconnect/
44+
45+
*.Rproj

0 commit comments

Comments
 (0)