diff --git a/R/git.R b/R/git.R index 91d59f52d..80681423d 100644 --- a/R/git.R +++ b/R/git.R @@ -506,7 +506,7 @@ default_branch_sitrep <- function() { #' Vaccinate your global gitignore file #' -#' Adds `.DS_Store`, `.Rproj.user`, `.Rdata`, `.Rhistory`, and `.httr-oauth` to +#' Adds `.Rproj.user`, `.Rhistory`, `.Rdata`, `.httr-oauth`, `.DS_Store`, and `.quarto` to #' your global (a.k.a. user-level) `.gitignore`. This is good practice as it #' decreases the chance that you will accidentally leak credentials to GitHub. #' `git_vaccinate()` also tries to detect and fix the situation where you have a diff --git a/man/git_vaccinate.Rd b/man/git_vaccinate.Rd index 507a74378..79f938a36 100644 --- a/man/git_vaccinate.Rd +++ b/man/git_vaccinate.Rd @@ -7,7 +7,7 @@ git_vaccinate() } \description{ -Adds \code{.DS_Store}, \code{.Rproj.user}, \code{.Rdata}, \code{.Rhistory}, and \code{.httr-oauth} to +Adds \code{.Rproj.user}, \code{.Rhistory}, \code{.Rdata}, \code{.httr-oauth}, \code{.DS_Store}, and \code{.quarto} to your global (a.k.a. user-level) \code{.gitignore}. This is good practice as it decreases the chance that you will accidentally leak credentials to GitHub. \code{git_vaccinate()} also tries to detect and fix the situation where you have a