Hi!
I started a Titanium Mobile project and I want to version control it. (I use git.)
Do I version control the entire project directory?
Is the build/ folder necessary? (It seems like that's the files that are automatically compiled?)
Thanks! Justin
1 Answer
Accepted Answer
Justin there should be a .gitignore in the build tree to exclude that directories that aren't needed. You do need to keep the build directory in order for your project to be build. For the Android side you don't need bin or gen and for iPhone I think it's bin and tmp.
Your Answer
Think you can help? Login to answer this question!