When compiling a cordova application every single file in my /www folder gets copied to the assets/www folder(android) but I\'d like to customize what
/www
assets/www
I've created a custom script to ignore files/folders which works not just for android:
Add this to your config.xml:
And you need two more files located in hooks/before_build and hooks/after_build folders.