Manager: Change exclude path logic to /.gitignore*/ style
This commit is contained in:
@@ -213,8 +213,8 @@ TEST_CASE(PushDotfilesWithExcludePath)
|
||||
|
||||
Config::the().setExcludePaths({
|
||||
{ "__test-file-1", "file" },
|
||||
{ "__subdir", "directory" },
|
||||
{ ".test", "endsWith" },
|
||||
{ "__subdir/", "directory" },
|
||||
{ "*.test", "endsWith" },
|
||||
});
|
||||
Dotfile::the().push(fileNames);
|
||||
Config::the().setExcludePaths({});
|
||||
|
||||
Reference in New Issue
Block a user