Replies: 1 comment 4 replies
-
We don't generate any They should not be generated by the user and our template is not setup that way. It's usually a bad practice to commit generated files to the repo. So we don't commit them. If you want to commit them for some reason, it's upto you to decide. #846 As long as nitrogen is deterministic, there should not be any stability issues. And if it's not deterministic, then it seems like an bug in nitro modules which can result in someone breaking a project just by changing one line and re-generating the code. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I create a project using the Nitromodule template, both
.gitignore
and.npmignore
include thenitrogen/
directory by default (see attached screenshot).However, based on advice from a Nitromodule maintainer, it seems that
nitrogen/
should not be ignored.Could you please confirm if this is intentional or if it needs to be updated?
Thanks in advance!
cc @mrousavy
Beta Was this translation helpful? Give feedback.
All reactions