I'm fairly new to Cordova/PhoneGap, and if I understand correctly the contents of the www/
folder are copied to the /platforms/
folder as part of the build. So whenever I edit index.html
and build for iOS, the /platforms/ios/www/index.html
file gets updated.
Can /platforms/*/www/
be safely ignored? For example, via the .gitignore
file? Or are there situations where I would edit files under /platforms/ios/www
rather than in /www
?