Last Updated: February 25, 2016
·
1.195K
· iondrimba

How to avoid publishing .scss files in Visual Studio

If you want to avoid that Visual Studio publishes your .scss files you have to mark them as Build Action = None.

Select the file, hit F4, search for Build Action and choose None from the list.

ps: You can use this approach for any kind of file.