You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' * You can exclude additional files by listing them in in a `.rscignore`
#' file. This file must have one file or directory per line (with path
#' relative to the current directory). It doesn't support wildcards, or
#' ignoring files in subdirectories.
Issue
The . rcsignore file doesn't work with :
folder/
instead offolder
Diagnosis
dev/
: thesetdiff
here is not smart enough :rsconnect/R/bundleFiles.R
Line 200 in cf0972d
list.files()
(that created thecontents
object) will doWhen a directory can usually be written
folder/
in an ignore file.rsconnect/R/bundleFiles.R
Line 137 in cf0972d
How to reproduce
.rscignore
=> works as expecteddev/
=> doesn't workdev/01_start.R
=> doesn't workHappy to help with submitting a patch if you want :)
The text was updated successfully, but these errors were encountered: