JohnstonCode / svn-scm

SVN support for VS Code
MIT License
208 stars 84 forks source link

svn.IgnoreRepositories not behaving like expected #1597

Closed JujuAT closed 1 year ago

JujuAT commented 1 year ago

Issue

When adding a folder to the svn-IgnoreRepositories it is not ignored when the filepath contains i.e. "abc//def" abc/123/def works though.

image

JohnstonCode commented 1 year ago

The svn.IgnoreRepositories config only accept file path it has no regex or string substitution capabilities.