connectapi icon indicating copy to clipboard operation
connectapi copied to clipboard

Add a way to ignore files from `bundle_dir()`

Open colearendt opened this issue 3 years ago • 2 comments

bundle_dir() will currently include problematic things:

  • files that are huge
  • directories like packrat/, renv/, or venv/ that are known to be problematic

IIRC there is a .connectignore convention somewhere? We should look into that! And take note of what the internal tar implementation we are using has available.

colearendt avatar Jul 23 '22 19:07 colearendt

Hello @colearendt! What is the status on this, I'm running into an issue where I would like to ignore a sub-directory for a deployment and .rscignore doesn't work for wildcards in rsconnect.

rsh52 avatar Jan 17 '24 23:01 rsh52