I am using SVN for source version system. I use AnkhSVN plugin for Visual Studio 2015 for integrating SVN with the IDE. Now I need a file like git ignore file in svn to bulk ignore. Is there any way?
Yes, there is a way but not in form of a file. svn:ignore
or svn:global-ignores
versioned properties are used for this. You can also configure ignore pattern in client runtime configuration area (%APPDATA%\Subversion\config
file). Read the documentation: