createGitIgnore: Create and print out .gitignore

Description Usage Arguments Examples

View source: R/utilities.R

Description

A function to print out all suggested file types that need to be added to .gitignore file. Or users can use the function to create or overwrite the .gitignore file directly under current work directory.

Usage

1
createGitIgnore(createFile = FALSE, openFile = TRUE, ignoreList = NULL)

Arguments

createFile

create or overwrite the .gitignore file in current work directory

openFile

open the .gitigore file or not

additional

file types to be ignored by git

Examples

1
createGitIgnore(createFile = TRUE, openFile = TRUE, ignoreList = c("*.RData", "*.jpg"))

ivanliu1989/RQuant documentation built on Sept. 13, 2019, 11:53 a.m.