mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 02:21:43 +08:00
Update R.gitignore
Added patterns for tools commonly used in the R ecosystem (renv, Quarto).
This commit is contained in:
parent
15d684578f
commit
47d723e9ba
16
R.gitignore
16
R.gitignore
@ -47,3 +47,19 @@ po/*~
|
||||
|
||||
# RStudio Connect folder
|
||||
rsconnect/
|
||||
|
||||
# renv dependency management
|
||||
renv/
|
||||
.renvignore
|
||||
!renv/activate.R
|
||||
|
||||
# Quarto
|
||||
.quarto/
|
||||
/_site/
|
||||
/_book/
|
||||
/_output/
|
||||
*_files/
|
||||
/_extensions/
|
||||
/_*.local
|
||||
|
||||
/_freeze/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user