Skip to content

Commit b9b33cf

Browse files
Karan NagpalKaran Nagpal
authored andcommitted
do not upload build_artifacts folder in zip
1 parent 13852e0 commit b9b33cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/helpers/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ const filesToIgnoreWhileUploading = [
149149
'.vscode/**',
150150
'.npm/**',
151151
'.yarn/**',
152+
'build_artifacts/**'
152153
];
153154

154155
const specFileTypes = ['js', 'ts', 'feature', 'jsx', 'coffee', 'cjsx'];

0 commit comments

Comments
 (0)