Skip to content

Commit

Permalink
Merge pull request #458 from browserstack/update-ignore-file-list
Browse files Browse the repository at this point in the history
Add more files to the filesToIgnoreWhileUploading list
  • Loading branch information
agrawalsaurabhs authored Jan 19, 2023
2 parents 8abef76 + ba7917d commit 8980dcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,11 @@ const filesToIgnoreWhileUploading = [
"**/node_modules/**",
"node_modules/**",
"package-lock.json",
"**/package-lock.json",
"package.json",
"**/package.json",
"browserstack-package.json",
"**/browserstack-package.json",
"tests.zip",
"**/tests.zip",
"cypress.json",
Expand Down

0 comments on commit 8980dcd

Please sign in to comment.