-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (33 loc) · 878 Bytes
/
.gitignore
File metadata and controls
40 lines (33 loc) · 878 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
# RStudio project and session files, and local config (but track *.Rproj)
.Rproj.user
.Rhistory
.RData
.Ruserdata
.Renviron
.Rprofile
# Package build artifacts
/*.tar.gz
/doc/
/Meta/
# pkgdown junk but not e.g. logo
pkgdown/*
!pkgdown/assets/
!pkgdown/favicon/
# Keep these tracked since deploying website manually
# docs/ # rendered site (output of devtools::build_site())
# Quarto/knitr build artefacts
_quarto/ # Quarto project cache
.quarto_cache/ # Quarto chunk cache
*_cache/ # generic cache dirs
*.knit.md # intermediate Markdown files
*.utf8 # encoding artifacts
# Quarto preview artefacts (temp files from rendering vignettes locally)
vignettes/.quarto/
vignettes/*_files/
vignettes/*.html
# OS and editor noise
Thumbs.db
.DS_Store # (macOS)
.vscode/
# Coverage reports and CI configs
codecov.yml