deps icon indicating copy to clipboard operation
deps copied to clipboard

Add mechanism to exclude files/folders

Open psolymos opened this issue 2 years ago • 0 comments

Sometimes we have directories that we want to exclude (i.e. scripts that we use to test ideas). These can be part of a .gitignore file, but sometimes these are not listed. We need to be able to tell what to exclude. Maybe by building on top of https://github.com/rstudio/renv/issues/880 and https://rstudio.github.io/renv/reference/dependencies.html#ignoring-files or something similar, like a .depsignore file. See https://github.com/rstudio/renv/blob/main/R/renvignore.R

psolymos avatar Aug 17 '23 20:08 psolymos