Should i commit the gen
folder?
#8323
-
When building apps for mobile after doing |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Generally yes. it has .gitignore folders inside that ignores the build artifacts etc. The gen folder also contains the normal android studio / xcode projects which you can modify if you want which would require you to commit it. |
Beta Was this translation helpful? Give feedback.
-
@FabianLars Would you mind elaborating on that? Here is the list of folders that I found being generally speaking a development junk:
|
Beta Was this translation helpful? Give feedback.
-
Alright, thanks! So we actually don't plan on publishing our plugins as we have them deployed privately/in-house as a part of our workspace, so we seemingly successfully removed and ignored the following files:
So far so good. 🚀 |
Beta Was this translation helpful? Give feedback.
Generally yes. it has .gitignore folders inside that ignores the build artifacts etc. The gen folder also contains the normal android studio / xcode projects which you can modify if you want which would require you to commit it.