git_ignore | R Documentation |
Title: Add a pattern to a .gitignore file
git_ignore(patterns, ignorepath = ".", preamble = "")
patterns |
A character vector of patterns to ignore. Required. Always appended. If you need to un-ignore something you will have to edit .gitignore manually. |
ignorepath |
Path to .gitignore (you can have multiple ones) current directory by default. |
preamble |
What to put in the line/s before a set of ignore patterns. Empty line by default, set to NULL if you want to not skip a line. |
git_ignore(c('*.csv','*.tsv'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.