Skip to content

Commit cf2a620

Browse files
committed
update build and git ignore rules
1 parent 0265a5c commit cf2a620

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

.Rbuildignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@
1010
^.lintr$
1111
^codecov.yml$
1212
^.pre-commit-config.yaml$
13-
^bety.code-workspace$
14-
^create_issue.sh$
15-
^bety-ref.md$
1613
^renv$
1714
^renv.lock$
1815
^betydata\.Rproj$
1916
^\.Rproj\.user$
20-
^CITATION\.cff$
17+
^CITATION\.cff$
18+
^vignettes/.*_files$
19+
^_quarto\.yml$
20+
^_site$
21+
^_freeze$
22+
^index\.qmd$
23+
^_publish\.yml$

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ renv/cellar/
1616
renv/lock/
1717
renv/python/
1818
renv/sandbox/
19-
data-raw/csv/
19+
data-raw/csv/
20+
_site/
21+
_freeze/
22+
/.quarto/

0 commit comments

Comments
 (0)