File tree 1 file changed +51
-0
lines changed 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Stolen from https://github.com/github/gitignore/blob/main/R.gitignore
2
+
3
+ # History files
4
+ .Rhistory
5
+ .Rapp.history
6
+
7
+ # Session Data files
8
+ .RData
9
+ .RDataTmp
10
+
11
+ # User-specific files
12
+ .Ruserdata
13
+
14
+ # Example code in package build process
15
+ * -Ex.R
16
+
17
+ # Output files from R CMD build
18
+ /* .tar.gz
19
+
20
+ # Output files from R CMD check
21
+ /* .Rcheck /
22
+
23
+ # RStudio files
24
+ .Rproj.user /
25
+
26
+ # produced vignettes
27
+ vignettes /* .html
28
+ vignettes /* .pdf
29
+
30
+ # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
31
+ .httr-oauth
32
+
33
+ # knitr and R markdown default cache directories
34
+ * _cache /
35
+ /cache /
36
+
37
+ # Temporary files created by R markdown
38
+ * .utf8.md
39
+ * .knit.md
40
+
41
+ # R Environment Variables
42
+ .Renviron
43
+
44
+ # pkgdown site
45
+ docs /
46
+
47
+ # translation temp files
48
+ po /* ~
49
+
50
+ # RStudio Connect folder
51
+ rsconnect /
You can’t perform that action at this time.
0 commit comments