Skip to content

Commit

Permalink
Merge pull request #255 from FredHutch/visc_git_ignore_dataspec_html
Browse files Browse the repository at this point in the history
add dataspec html to visc_git_ignore
  • Loading branch information
slager authored Jan 8, 2025
2 parents 8aacbf7 + a699614 commit b8969f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Other improvements
* Update PT report naming practices to the format VDCnnn_assay_PTreport_interim/final_(un)blinded.Rmd (#202)
* Add auxiliary files to template .gitignore (.aux, .toc, .lof, .lot, .out, cache files, and .smbdelete files) (#230)
* Update names in template acknowledgements section (#234)
* Gitignore html files in data-raw via use_visc_gitignore() (#254)

# VISCtemplates 1.3.2

Expand Down
1 change: 1 addition & 0 deletions R/use_visc_gitignore.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ use_visc_gitignore <- function(directory = ".") {
"**/figure-latex/*.pdf",
"**/figure-docx/*.pdf",
"*.zip",
"data-raw/*.html",
# cache files
"*_cache/",
# other
Expand Down

0 comments on commit b8969f4

Please sign in to comment.