Should i commit the gen folder?
#8323
|
When building apps for mobile after doing |
Replies: 3 comments 4 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. |
|
@FabianLars Would you mind elaborating on that? Here is the list of folders that I found being generally speaking a development junk:
|
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. 🚀 |
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.