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 2440124 commit 5224648Copy full SHA for 5224648
src/utils/archiver.ts
@@ -53,6 +53,21 @@ export default class Archiver {
53
'jpeg',
54
'png',
55
'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',
71
];
72
73
let ignoredPaths = [
@@ -61,6 +76,11 @@ export default class Archiver {
76
'package-lock.json',
77
'package.json',
78
'testingbot-package.json',
79
+ 'cypress.json',
80
+ '.idea/**',
81
+ '.vscode/**',
82
+ '.npm/**',
83
+ '.yarn/**',
84
85
86
if (
0 commit comments