Why ignore nitrogen/generated folder? #846
Unanswered
maitrungduc1410
asked this question in
Q&A
Replies: 1 comment
-
That's what the Committing generated code results in a noisy git diff, making it harder to review changes, unnecessary merge conflicts, an additional step to make sure that they are always up-to-date, etc. So, if you want to commit them, it depends on whether you're fine with these drawbacks, and if you get any specific benefit from committing them. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see that if we choose Nitro modules, the
nitrogen/generated
folder is in gitignore. This means when user install our lib they'll need to runnitrogen
to generate native bindings?But in Nitro modules website they say:
Why do we decide to not add
nitrogen/generated
to git?Thanks for your time
Beta Was this translation helpful? Give feedback.
All reactions