Hacker News new | ask | show | jobs
by Sujan 2999 days ago
You commit it all (except what .gitignore already ignores or your IDE adds), the native projects are are not build but source artifacts here. Benefit: Once the project is created, you can modify and adapt it in any way you want and have those changes versioned like all other code changes.
1 comments

That is awesome news! Rebuilding the native projects on a CI server was always a huge PITA with gross hacks to make certain things work.