Skip to content

Commit 5224648

Browse files
committed
update allowed/ignored files
1 parent 2440124 commit 5224648

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/utils/archiver.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@ export default class Archiver {
5353
'jpeg',
5454
'png',
5555
'zip',
56+
'npmrc',
57+
'xml',
58+
'doc',
59+
'docx',
60+
'ppt',
61+
'pptx',
62+
'xls',
63+
'xlsx',
64+
'jsx',
65+
'coffee',
66+
'cjsx',
67+
'csv',
68+
'tsv',
69+
'yml',
70+
'yaml',
5671
];
5772

5873
let ignoredPaths = [
@@ -61,6 +76,11 @@ export default class Archiver {
6176
'package-lock.json',
6277
'package.json',
6378
'testingbot-package.json',
79+
'cypress.json',
80+
'.idea/**',
81+
'.vscode/**',
82+
'.npm/**',
83+
'.yarn/**',
6484
];
6585

6686
if (

0 commit comments

Comments
 (0)