Skip to contents

Ensure projr directories are ignored appropriately (in .gitignore and .Rbuildignore) as per _projr.yml.

git_skip_adjust logical. If TRUE, then the directories are skipped by Git if already tracked and they are supposed to be ignored as per _projr.yml. Default is NULL, in which case the settings as per _projr.yml are used (or the default, if unspecified there).

Usage

projr_dir_ignore(git_skip_adjust = NULL)

Arguments

git_skip_adjust

logical. Whether to use Git's ability to ignore already tracked files if the files were previously tracked but we now no longer wish to track them. If NULL, then treated as TRUE. Default is NULL.