Skip to content

Commit

Permalink
feat: untrack files in compendium - fix #37
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 19, 2023
1 parent 85d5ee7 commit 4e1d1ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/new_compendium.R
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ new_compendium <- function(compendium = ".", license = "GPL (>= 2)",

suppressMessages(devtools::document(quiet = TRUE))

add_to_gitignore("man/", quiet = quiet)
add_to_gitignore("NAMESPACE", quiet = quiet)


##
Expand Down

0 comments on commit 4e1d1ad

Please sign in to comment.