How to exclude a file from TFS source safe in Visual Studio?

Often you want to include a file into one of your Visual Studio projects, but you do not want to check it in TFS. Such files can be for example .css files generated from sass or less files or JavaScript files created automatically after TypeScript files are compiled.

Visual Studio provides a way to perform this task. Unfortunately it is not as easy as it sounds…

Do the following steps:

I hope that these three steps have helped you.

comments powered by Disqus