Learn R Programming

froggeR (version 1.0.0)

write_ignore: Create a .gitignore File

Description

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.

See Also

init, write_quarto

Examples

Run this code
if (FALSE) {
write_ignore()
}

Run the code above in your browser using DataLab