Skip to content

Commit 3715c74

Browse files
author
Robert Jackson
authored
Merge pull request #166 from tylerbecks/add-gitignore-to-globby
Add gitignore option to globby
2 parents ea2dada + b464b94 commit 3715c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin-support.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ async function runJsTransform(root, transformName, args, extensions = DEFAULT_JS
1515
try {
1616
let foundPaths = await globby(paths, {
1717
expandDirectories: { extensions: extensions.split(',') },
18+
gitignore: true,
1819
});
1920
let transformPath = getTransformPath(root, transformName);
2021

0 commit comments

Comments
 (0)