Any way to ignore/exclude a file or folder? · Issue #24 ...
github.com › mysticatea › cpxDec 16, 2016 · Exclude paths okonet/lint-staged#123 Closed zeh commented on Aug 21, 2019 For some reason, directory ignoring only works if the rest of the pattern can match a specific pattern. Like, with a folder that is /a/b/c, **/! (b)/** does NOT ignore it (it will match), but /a/! (b)/** does (it won't match), because the /a outside makes it.. more precise?
Can't exclude directories using src glob · Issue #165 ...
github.com › gulpjs › gulpJan 16, 2014 · Simpler exclusion pattern when globbing isaacs/minimatch#25 Closed timrwood commented on Jan 17, 2014 It can be golfed further to !app/_tmp {,/**} so you don't need to repeat the directory name. christianhaller mentioned this issue on Jul 18, 2014 Can't exclude symlinks using src glob #592 Closed ralyodio commented on Oct 14, 2014