Skip to content

Commit 8980dcd

Browse files
Merge pull request #458 from browserstack/update-ignore-file-list
Add more files to the filesToIgnoreWhileUploading list
2 parents 8abef76 + ba7917d commit 8980dcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/helpers/constants.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,11 @@ const filesToIgnoreWhileUploading = [
317317
"**/node_modules/**",
318318
"node_modules/**",
319319
"package-lock.json",
320+
"**/package-lock.json",
320321
"package.json",
322+
"**/package.json",
321323
"browserstack-package.json",
324+
"**/browserstack-package.json",
322325
"tests.zip",
323326
"**/tests.zip",
324327
"cypress.json",

0 commit comments

Comments
 (0)