I have a directory /media/fonts
in my asp.net mvc project which contains fonts for my website. When I use the "Publish" tool in Visual Studio this folder is ignored even though it is included in my project. Other folders /media/images
and /media/css
are included just fine.
Is there any way to tell Visual Studio to not ignore this folder on publish?