ignore: Ignore (or unignore) files and folders from version control

ignoreR Documentation

Ignore (or unignore) files and folders from version control

Description

By default, changes will keep track of (almost) all of the files in your project. You can use ignore() to make changes ignore certain files (not track different versions of them), and unignore() to make it track files that are currently ignored.

You can use wildcard characters to match multiple files, e.g. ignore("*.csv") to ignore all csv files.

Usage

ignore(files)

unignore(files)

Arguments

files

a character vector of files to ignore


ropenscilabs/ozrepro documentation built on May 20, 2022, 10:43 a.m.