You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
This might reveal my little knowledge of this project, but nonetheless: Is there a reason why src-generated is not in .gitignore? Whenever I run ./gradlew updateImcFromFolder I get a ton of untracked and modified files.
The text was updated successfully, but these errors were encountered:
This is actually a good point.
For one hand if we are the maintainers of the lib, we want to see the changes when we update the IMC on the lib. On the other hand, I do see that it is strange if we use this lib with a custom IMC (as is also the purpose).
Not quite sure at the moment the best way to go here. Need to think more about it.
Thanks for the quick response :)
In my view, imcjava should only be a generator, and the changes to IMC should be visible from the IMC repo. But then again I do not maintain libimc.
Hi,
This might reveal my little knowledge of this project, but nonetheless: Is there a reason why src-generated is not in .gitignore? Whenever I run
./gradlew updateImcFromFolder
I get a ton of untracked and modified files.The text was updated successfully, but these errors were encountered: