Creates or opens a .gitignore file in a Quarto project. If the file
already exists, it is opened directly. Otherwise, the opinionated template is
downloaded from the
frogger-templates
repository.
Usage
write_ignore(path = here::here())
Value
Invisibly returns the path to the file.
Arguments
path
Character. Path to the project directory. Default is current project
root via here.