Skip to content

Commit af4b562

Browse files
author
Manuel Cervantes
committed
Exlcuded icons.zip
1 parent 4bbaaa2 commit af4b562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

development/package.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ async function createFolder() {
5353
'!.github',
5454
'!.github/**/*',
5555
'!.vscode',
56+
'!icons.zip',
5657
'!.vscode/**/*',
5758
'!*.psd',
5859
'!.DS_Store'
@@ -112,4 +113,4 @@ async function updateFileVersion(data) {
112113
});
113114
});
114115
})
115-
}
116+
}

0 commit comments

Comments
 (0)