Git repo best practice #82
|
Hi, I just started working on a site and was just wondering if there’s folders I should leave out when running git on my local install. Assuming cache is obvious, but if I were to take my repo to another machine, which are the crucial folders for setting up the same site? Thank you for the great work on this 🤗 |
Answered by
marcantondahmen
Jun 10, 2025
Replies: 1 comment
|
Hi, thanks! I think |
0 replies
Answer selected by
Magnuzoid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks! I think
/cacheand/configshould be ignored. In most cases it is also safe to exclude/packagesand/vendorand just keep thecomposer.jsonandcomposer.lockfiles under version control as long as you don't develop any custom templates.