mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 19:27:19 +02:00
Compare commits
3 Commits
11ee08daca
...
1271fe6daa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1271fe6daa | ||
|
|
cac2c8c1fe | ||
|
|
47d723e9ba |
21
R.gitignore
21
R.gitignore
@ -20,6 +20,7 @@
|
||||
|
||||
# RStudio files
|
||||
.Rproj.user/
|
||||
.Rbuildignore
|
||||
|
||||
# produced vignettes
|
||||
vignettes/*.html
|
||||
@ -28,7 +29,7 @@ vignettes/*.pdf
|
||||
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
|
||||
.httr-oauth
|
||||
|
||||
# knitr and R markdown default cache directories
|
||||
# Quarto, knitr and R markdown default cache directories
|
||||
*_cache/
|
||||
/cache/
|
||||
|
||||
@ -47,3 +48,21 @@ po/*~
|
||||
|
||||
# RStudio Connect folder
|
||||
rsconnect/
|
||||
|
||||
# renv dependency management
|
||||
renv/
|
||||
.renvignore
|
||||
!renv/activate.R
|
||||
|
||||
# Quarto
|
||||
.quarto/
|
||||
/_site/
|
||||
/_book/
|
||||
/_output/
|
||||
*_files/
|
||||
/_extensions/
|
||||
/_*.local
|
||||
|
||||
# **Optional**
|
||||
# Depends on if you need others to reproduce your computational environment (https://quarto.org/docs/projects/code-execution.html#using-freeze)
|
||||
#/_freeze/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user