Test for ignore with starting slash (#4509)

This commit is contained in:
Daniel Tschinder 2016-09-12 22:48:06 +02:00 committed by GitHub
parent 5e9e659a7f
commit 993f887240
5 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
"args": ["src", "--out-dir", "lib", "--ignore", "/bar/*"]
}

View File

@ -0,0 +1 @@
"use strict";

View File

@ -0,0 +1 @@
src/foobar/foo.js -> lib/foobar/foo.js