Skip to content

Commit d979e2f

Browse files
authored
Also ignore cloud directory (#1345)
1 parent d80b131 commit d979e2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

R/revdep.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ use_revdep <- function() {
1515
use_git_ignore(
1616
directory = "revdep",
1717
c(
18-
"checks", "library", "checks.noindex",
19-
"library.noindex", "data.sqlite", "*.html"
18+
"checks", "library",
19+
"checks.noindex", "library.noindex", "cloud.noindex",
20+
"data.sqlite", "*.html"
2021
)
2122
)
2223

0 commit comments

Comments
 (0)