This function adds files/folders to the .Rbuildignore
file. If a
.Rbuildignore
is already present, files to be ignored while checking
package are just added to this file. Otherwise a new file is created.
See also
Other development functions:
add_dependencies()
,
add_github_actions_check()
,
add_github_actions_citation()
,
add_github_actions_codecov()
,
add_github_actions_document()
,
add_github_actions_pkgdown()
,
add_github_actions_render()
,
add_r_depend()
,
add_to_gitignore()