You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed a weird behaviour when using SourceFilesExcludeRegex.
I was expecting it to match on the path, starting from current project path, but it actually matches on the full path.
For example, if I have the following path: C:/Users/Unarelith_ex/Perforce/MyProject/ex, when I do SourceFilesExcludeRegex.Add("ex") to exclude my "ex" folder, it will exclude all the files from my project since "ex" is also in my username.
Is it that way on purpose or is it a bug?
The text was updated successfully, but these errors were encountered:
Hello,
I've noticed a weird behaviour when using SourceFilesExcludeRegex.
I was expecting it to match on the path, starting from current project path, but it actually matches on the full path.
For example, if I have the following path:
C:/Users/Unarelith_ex/Perforce/MyProject/ex
, when I doSourceFilesExcludeRegex.Add("ex")
to exclude my "ex" folder, it will exclude all the files from my project since "ex" is also in my username.Is it that way on purpose or is it a bug?
The text was updated successfully, but these errors were encountered: