Skip to content

Commit

Permalink
add vignette building byproduct directories to .gitignore and .Rbuild…
Browse files Browse the repository at this point in the history
…ignore
  • Loading branch information
joshwlambert authored and Bisaloo committed Mar 25, 2024
1 parent 5e2344f commit 3b05ba5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
^\.Rproj\.user$
^CITATION\.cff$
^tools$
^doc$
^Meta$
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
# RStudio files
.Rproj.user/

# vignette building
/doc/
/Meta/

# produced vignettes
vignettes/*.html
vignettes/*.pdf
Expand Down

0 comments on commit 3b05ba5

Please sign in to comment.