Replies: 1 comment
-
Duplicate of #969 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to Yarn 2. I noticed this guidance on what to put in my ".gitignore": https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
I see why the repo must contain the release and plugin versions, but I would like to avoid committing the actual bundles. I think this is similar to how the repo contains "yarn.lock" to track package versions but doesn't need to include the package bundles ("node_modules" and ".yarn/cache").
My current (possibly mistaken) understanding:
Is that correct?
If that's correct, then I'd just like to mention my support for not including the bundles in the repo. Wondering if anybody else feels the same way or if it's just me? 🤔
Beta Was this translation helpful? Give feedback.
All reactions