From 3d4ef510237fc9fc17915fdf1507e883a3a667d5 Mon Sep 17 00:00:00 2001 From: M-Kusumgar <98405247+M-Kusumgar@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:53:40 +0000 Subject: [PATCH] Update R/gitignore.R MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paul LiƩtar --- R/gitignore.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/gitignore.R b/R/gitignore.R index bd1c9c0e..0e5c3175 100644 --- a/R/gitignore.R +++ b/R/gitignore.R @@ -72,7 +72,6 @@ gitignore_content_root <- function(root_path) { gitignore_content_src <- function(name, root_path) { - src <- file.path(root_path, "src", name) dat <- orderly_read(file.path(root_path, "src", name)) ignore_deps <- unlist(lapply(dat$dependency, function(x) names(x$files)))