We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
**/tmp/**
package.json
2 parents 526a869 + d3bfdf9 commit 5148190Copy full SHA for 5148190
transforms/helpers/util/get-telemetry-for.js
@@ -9,7 +9,7 @@ const APP_PATHS = {};
9
10
let packagePaths = walkSync('./', {
11
globs: ['**/package.json'],
12
- ignore: ['node_modules/**'],
+ ignore: ['**/tmp/**', '**/node_modules/**'],
13
});
14
15
for (let packagePath of packagePaths) {
0 commit comments