We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8abef76 + ba7917d commit 8980dcdCopy full SHA for 8980dcd
1 file changed
bin/helpers/constants.js
@@ -317,8 +317,11 @@ const filesToIgnoreWhileUploading = [
317
"**/node_modules/**",
318
"node_modules/**",
319
"package-lock.json",
320
+ "**/package-lock.json",
321
"package.json",
322
+ "**/package.json",
323
"browserstack-package.json",
324
+ "**/browserstack-package.json",
325
"tests.zip",
326
"**/tests.zip",
327
"cypress.json",
0 commit comments