Gitignore for iOS & Android cross platform project #2459
Replies: 1 comment 1 reply
-
Nothing special, but this has been mine on my main project for nearly 12 years. I've haven't maintained it much - I just add to it whenever something new shows up that I don't want to commit. I'm OSX based, develop directly in Xcode, sanity check in Android Studio, this project is iOS, OSX, Windows, Android.
The build creates 2 different games based on the same engine. Thus the reason for the two Android projects. I tried a multi variant project but hit issues that I couldn't be bothered tackling. As you can see there is a third Android project in there (default) - that's because something about the build gets created in that folder at build time for both - and I never cared to work it out. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if anyone has created a nice .gitignore file for a project that is intended for both iOS and Android. I am coding on Mac OS 15.3.1
Beta Was this translation helpful? Give feedback.
All reactions