diff --git a/bin/helpers/constants.js b/bin/helpers/constants.js index 02b9fe58..30cdfba9 100644 --- a/bin/helpers/constants.js +++ b/bin/helpers/constants.js @@ -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",