How to ignore assets file on build

I have an audio file that I need just for test in the browser (because in device I call it with native functions). I would like to prevent ionic to pack this file when building the app because if I forget to delete it the app grows the size of this file.

Is it possible?

See:

Thanks!!

I am taking a look into it. I am not complete sure how to do it thought.