Skip to content

Commit e6725a3

Browse files
committed
Exclude Thumbs.db from build zips
1 parent 5266f44 commit e6725a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var THUNDERBIRD_PLATFORM = 'thunderbird';
3131

3232
var skipFileRegexes = [/^common(\\|\/)test(\\|\/)/,
3333
// OS files and temp files
34-
/\.DS_Store$/, /.+\.bts$/, /desktop\.ini$/];
34+
/\.DS_Store$/, /.+\.bts$/, /desktop\.ini$/, /Thumbs.db$/];
3535
var javascriptFileRegex = /.+\.js$/;
3636
var manifestJsonFileRegex = /manifest\.json$/
3737

0 commit comments

Comments
 (0)