Learn R Programming

workflowr (version 0.2.0)

create_gitignore: Create a default .gitignore file

Description

The .gitignore in inst/infrastrucure does not survive builing the R package. The .nojekyll does, so it must be specific to this filename and not a property of hidden files. Hadley does not include .gitignore in .Rbuildignore, which further supports that it is ignored by default.

Usage

create_gitignore(path, overwrite = FALSE)

Arguments