Skip to content

Commit 54dbe11

Browse files
committed
🔥 removed unwanted files
1 parent 4ee3006 commit 54dbe11

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

bin/helpers/constants.js

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,10 @@ const filesToIgnoreWhileUploading = [
139139
'browserstack-package.json',
140140
'tests.zip',
141141
'cypress.json',
142-
'.idea/',
143-
'*.iml',
144-
'.vscode/',
145-
'.npm/',
146-
'.vscode-test',
147-
'.yarn/cache',
148-
'.yarn/unplugged',
149-
'.yarn/install-state.gz',
150-
'.pnp.*'
142+
'.idea/**',
143+
'.vscode/**',
144+
'.npm/**',
145+
'.yarn/**',
151146
];
152147

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

0 commit comments

Comments
 (0)