diff --git a/.Rbuildignore b/.Rbuildignore new file mode 100644 index 0000000..3cf22fa --- /dev/null +++ b/.Rbuildignore @@ -0,0 +1,11 @@ +^misc$ +^\.vs$ +\.sln$ +\.Rproj$ +\.Rxproj$ +^\.Rproj\.user$ +.travis.yml +CONTRIBUTING.md +drat.sh +^LICENSE\.md$ +azure-pipelines.yml diff --git a/.gitignore b/.gitignore index 26fad6f..cc19670 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ vignettes/*.pdf # Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html rsconnect/ + +misc