git_vaccinate: Vaccinate your global gitignore file

View source: R/git.R

git_vaccinateR Documentation

Vaccinate your global gitignore file

Description

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 global gitignore file, but it's missing from your global Git config.

Usage

git_vaccinate()

usethis documentation built on July 9, 2023, 7:23 p.m.