Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update .gitignore in vignettes folder with use_vignette()? #35

Closed
kevinushey opened this issue Aug 1, 2017 · 0 comments
Closed

update .gitignore in vignettes folder with use_vignette()? #35

kevinushey opened this issue Aug 1, 2017 · 0 comments
Labels
feature a feature request or enhancement

Comments

@kevinushey
Copy link
Contributor

(migrated from r-lib/devtools#1547)

To ignore .R and .html files generated when knitting .Rmd documents. This is desired because calls to e.g.

devtools::document(roclets = "vignette")

will drop the generated .R and .html files within the vignettes folder after completion. Note that RStudio users can opt-in to having this roclet run on Build and Reload within the IDE, so it's likely that such users will have these files sitting in the vignettes folder after a package build.

@hadley hadley added the feature a feature request or enhancement label Aug 9, 2017
@hadley hadley closed this as completed in 8d1b338 Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants