Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mechanism to exclude files/folders #5

Closed
psolymos opened this issue Aug 17, 2023 · 1 comment
Closed

Add mechanism to exclude files/folders #5

psolymos opened this issue Aug 17, 2023 · 1 comment

Comments

@psolymos
Copy link
Member

psolymos commented Aug 17, 2023

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 rstudio/renv#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
Copy link
Member Author

Just use .renvignore and .gitignore and renv will take care of it when exploring dependencies.

Reopen as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant