mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-06-23 23:00:23 -07:00
Compare commits
2 Commits
98eea57db4
...
18ec23df5a
Author | SHA1 | Date | |
---|---|---|---|
|
18ec23df5a | ||
|
dbdd0e37d6 |
@ -1525,7 +1525,7 @@ namespace Bloxstrap
|
||||
var regexList = new List<string>();
|
||||
|
||||
foreach (string file in files)
|
||||
regexList.Add("^" + file.Replace("\\", "\\\\") + "$");
|
||||
regexList.Add("^" + file.Replace("\\", "\\\\").Replace("(", "\\(").Replace(")", "\\)") + "$");
|
||||
|
||||
fileFilter = String.Join(';', regexList);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user