Skip to content

Commit 4f330ff

Browse files
authored
Add point to Rproj (#35)
why : - With windows, get some troubles with "docker context build" close #34
1 parent d877908 commit 4f330ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/dockerignore.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ docker_ignore_add <- function(path) {
3535
".gitignore",
3636
"manifest.json",
3737
"rsconnect/",
38-
"Rproj.user"
38+
".Rproj.user"
3939
)) {
4040
write_ignore(i)
4141
}
@@ -48,4 +48,4 @@ docker_ignore_add <- function(path) {
4848
}
4949

5050
return(invisible(path))
51-
}
51+
}

0 commit comments

Comments
 (0)