diff --git a/.Rbuildignore b/.Rbuildignore index af6e44f..e5cd057 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,4 +9,5 @@ ^\.github$ ^pkgdown$ ^\.lintr$ -^\.vscode$ \ No newline at end of file +^\.vscode$ +^revdep$ \ No newline at end of file diff --git a/.gitignore b/.gitignore index 0d75ae5..258ee5e 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ doc Meta docs/* + +revdep/ \ No newline at end of file