How to prevent the _Resharper.<projectname> from being deployed
Hello, I am working on some ASP.NET apps using VS2008 & Resharper 4.
When I Publish the websites using the right-click on website name | Publish feature, the _Resharper.]]> folder always gets deployed. Is there a way to prevent that?
Thanks,
Please sign in to leave a comment.
Hello,
I think the easiest way is to switch to storing those files in %TEMP% instead
of the project folder. See the first page in R# Options.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Great, thanks for the tip. I didn't know that was a configuration option.
Cheers,