-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (46 loc) · 774 Bytes
/
.gitignore
File metadata and controls
47 lines (46 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Example code in package build process
# History files
# Mac OS X
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
# Output files from R CMD build
# Output files from R CMD check
# RStudio files
# Session Data files
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
# Temporary files created by R markdown
# knitr and R markdown default cache directories
# pkgdown website is built by GitHub action on gh-pages
# produced vignettes
*-Ex.R
*.dbf
*.doc*
*.gddoc
*.gdsheet
*.gpkg
*.html
*.knit.md
*.mdb
*.shp*
*.shx
*.utf8.md
*.xls*
*_files
.DS_Store
.RData
.Rapp.history
.Rhistory
.Rproj.user
.Rproj.user/
.Ruserdata
.httr-oauth
/*.Rcheck/
/*.tar.gz
/*_cache/
/cache/
docs
docs/
libs
output
rsconnect/
vignettes/*.html
vignettes/*.pdf