From db0e0c51f0b036f913aad0db8d9eea79e581ebcd Mon Sep 17 00:00:00 2001 From: Shu Fai Cheung Date: Sun, 28 Jun 2026 21:35:56 +0800 Subject: [PATCH] For revdep --- .Rbuildignore | 3 ++- .gitignore | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.Rbuildignore b/.Rbuildignore index af6e44f5..e5cd0572 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 0d75ae5b..258ee5e0 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ doc Meta docs/* + +revdep/ \ No newline at end of file