Skip to content

Large '_files' folder created by RStudio, causing slow version control with Git #1537

Answered by cscheid
tlyim asked this question in Q&A
Discussion options

You must be logged in to vote

There are a few ways to handle this:

  1. Add entries such as *_files to your .gitignore file (see this tutorial for information on the syntax to use). This will prevent git from adding those build artifacts to the repository.
  2. If you nevertheless want to check in build artifacts like these, and if you have a larger set of pages and you want to render all of them, you might want to consider a quarto website. This will make sure that these resource files are shared across your generated HTML files.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@jakobarendt
Comment options

Answer selected by tlyim
Comment options

You must be logged in to vote
1 reply
@roland-KA
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants