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
All hidden files and folders will be ignored while build for example .git/
& .gitignore
To hide : Rename the folder by a .
(dot) prepended to the folder/file name.
To Rename a folder with .(dot) at start you may need CLI
Use Terminal in Linux/Mac to rename the folder.
mv dev .dev
Use cmd in Windows
ren dev .dev