Skip to content

Commit ba7917d

Browse files
committed
add more files to the filesToIgnoreWhileUploading list
1 parent a70acc7 commit ba7917d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/helpers/constants.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,13 @@ const filesToIgnoreWhileUploading = [
316316
"**/node_modules/**",
317317
"node_modules/**",
318318
"package-lock.json",
319+
"**/package-lock.json",
319320
"package.json",
321+
"**/package.json",
320322
"browserstack-package.json",
323+
"**/browserstack-package.json",
321324
"tests.zip",
325+
"**/tests.zip",
322326
"cypress.json",
323327
"cypress.config.js",
324328
"cypress.config.ts",

0 commit comments

Comments
 (0)