If I build Tizen wearable Javascript project, then WGT file is created.
And WGT file contains all files/directories in a project folder.
Normal I put all related file(source images/notes, ect) to a folder under project folder, for easy maintanance.
But when building and relasing WGT, I have to move those files to out of project folder.
Is there any method to ignore some files/folder when building WGT like .ignore file or anything ?
Thanks in advance.