commit `generated` files or not? - just wondering ...
# orm-help
r
commit
generated
files or not? - just wondering if there are any recommendations on that
r
I never commit generated files. There's potential that generated files can differ from one environment to another.
👍 1
r
also having some concerns, it can get complicated especially when the project is growing
n
I commit generated files because it's source code, not configuration. I'm also interested in this discussion.
👋 1
@ronmccranie how do you handle different generated files in your applications?