JohnstonCode / svn-scm

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

Use about rule "svn.multipleFolders.ignore"? #1610

Closed nms-xugh closed 6 months ago

nms-xugh commented 11 months ago

Issue

I create .vscode/settings.json and add rule svn.multipleFolders.ignore。 Like below:

"svn.multipleFolders.ignore": [
        "testout*",
        "**/testout*"
    ],

I want to ignore the folders or file start with "testout" but on sider bar, it could still show relate folders and files in Unversioned。 I search the usage of svn.multipleFolders.ignore, but found nothing useful. How can I apply the rule svn.multipleFolders.ignore effectively?

My simple file tree like below: FatherFolder ----.svn ----.vscode ----testout_0875

Screenshots

nms-xugh commented 6 months ago

instead of "svn.sourceControl.ignore"