Skip to content

Commit b464b94

Browse files
committed
Add gitignore option to globby
1 parent d88b2dd commit b464b94

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)