Skip to content

Commit 852c258

Browse files
Japneet Singh ChawlaJapneet Singh Chawla
authored andcommitted
added .lock files and package-lock.json files in ignore files
1 parent fa24fdf commit 852c258

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/utils/archive.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ function archive_project(lt_config) {
5555
"cypress/videos/**/*",
5656
"cypress/results/**/*",
5757
"lambdatest-artefacts/**/*",
58+
"*.lock",
59+
"package-lock.json",
5860
].concat(lt_config["run_settings"]["ignore_files"]);
5961
//If we have some env variables passed through cli or config file we will ignore the original file and create a new one using
6062
//the parameter appended in config file through code

0 commit comments

Comments
 (0)