Skip to content

What is the recommended collaborative project workflow (especially for iOS)? #1887

Answered by rh101
katwdev91 asked this question in Q&A
Discussion options

You must be logged in to vote

However we are having issues with setting up the proejct and still don't understand the expected workflow for Axmol. We're using Git + Axmol 2.1.2 + Cocoapods.

As a personal opinion, you should use the latest dev branch of Axmol (which will eventually be released as 2.1.3), since the changes are significant.

Our specific questions are:

* Is there a recommended .gitignore to use for Axmol project? We've been creating our own but would love to know if there's a recommended one.

A .gitignore that handles Visual Studio, Android and Xcode would work, along with a few extra additions like these:

# ignore all build
/build
/build_*

# ignore ninja build dir
/out
/out*

# external libs zip
**…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@katwdev91
Comment options

Answer selected by katwdev91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants