We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70acc7 commit ba7917dCopy full SHA for ba7917d
bin/helpers/constants.js
@@ -316,9 +316,13 @@ const filesToIgnoreWhileUploading = [
316
"**/node_modules/**",
317
"node_modules/**",
318
"package-lock.json",
319
+ "**/package-lock.json",
320
"package.json",
321
+ "**/package.json",
322
"browserstack-package.json",
323
+ "**/browserstack-package.json",
324
"tests.zip",
325
+ "**/tests.zip",
326
"cypress.json",
327
"cypress.config.js",
328
"cypress.config.ts",
0 commit comments