We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582f84d commit e3a4293Copy full SHA for e3a4293
.gitignore
@@ -11,3 +11,35 @@ __pycache__/
11
/node_modules
12
.mypy_cache
13
/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