What auto-generated Serenity files need checked into source control? #7239
-
Hi - I was wondering what Serenity files you all add to your .gitignore? We are using Serenity for an admin app and have been checking all of the As the project has grown, we now encounter a lot of merge conflicts on the Serenity auto-generated files and we trying to figure out what files we can stop checking into source control. We would like to stop checking in files that can be rebuilt later. Can we stop checking in all of Can we stop checking in Thanks for your feedback! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you build and regenerate esm files before deployment, they can be excluded. |
Beta Was this translation helpful? Give feedback.
If you build and regenerate esm files before deployment, they can be excluded.
Server types are generated when the related files are changed. So you need to keep them in source to avoid build errors and avoid double build etc.