Skip to content

Commit

Permalink
add more files to the filesToIgnoreWhileUploading list
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavj1001 committed Jan 16, 2023
1 parent a70acc7 commit ba7917d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,13 @@ 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",
"cypress.config.js",
"cypress.config.ts",
Expand Down

0 comments on commit ba7917d

Please sign in to comment.