diff --git a/.Rbuildignore b/.Rbuildignore index 1ef0b270..a61a71ed 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -13,3 +13,5 @@ ^_pkgdown\.yml$ ^docs$ ^pkgdown$ +^doc$ +^Meta$ diff --git a/.gitignore b/.gitignore index 8d73c29f..c06d17fa 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ inst/doc climr.cache/ -docs/ \ No newline at end of file +/doc/ +/Meta/ +docs