We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa24fdf commit 852c258Copy full SHA for 852c258
commands/utils/archive.js
@@ -55,6 +55,8 @@ function archive_project(lt_config) {
55
"cypress/videos/**/*",
56
"cypress/results/**/*",
57
"lambdatest-artefacts/**/*",
58
+ "*.lock",
59
+ "package-lock.json",
60
].concat(lt_config["run_settings"]["ignore_files"]);
61
//If we have some env variables passed through cli or config file we will ignore the original file and create a new one using
62
//the parameter appended in config file through code
0 commit comments