Open andrewferrier opened 9 years ago
AFAICT they're still suitable, though we'll see only the server-side resource rules taking effect. The Cordova-style hybrid projects don't live in the same hierarchy - they're siblings to the root we usually deal with.
IBM haven't issued guidance for source control of these types of project. Perhaps we should start by asking the question on Stack Overflow.
The directory structure is defined by Apache Cordova, best practice is to check everything in except the contents of 2 folders "platforms" "plugins". If you don't want to checkin wlapp files they can be regrnerated with mfp push command so ignoring the folder "mobilefirst" is also recommended, they can be empty directories in source control.
OK, I'll take a look at this when I have some time. I would suggest that these might be useful starting points:
A word of caution here - I've seen conflicting "recommendations" for handling Cordova projects and Git. I would advise detailed testing if there is no official guidance.
@nickcmaynard-ibm - opinions?