epiverse-trace / packagetemplate

Template of an R package with standard Epiverse-TRACE automation
https://github.com/epiverse-trace/packagetemplate/wiki
Other
7 stars 4 forks source link

Add vignette building to `.gitignore` and `.Rbuildignore` #136

Closed joshwlambert closed 7 months ago

joshwlambert commented 7 months ago

This PR adds /doc/ and /Meta/ directories to .gitignore and .Rbuildignore files. These two directories are produced from devtools::build_vignettes().

This PR does not introduce any breaking changes (assuming nobody in the organisation is using these directories as part of their build process or linking to them on GitHub).