@@ -196,12 +196,12 @@ export abstract class PlatformPackager<DC extends PlatformSpecificBuildOptions>
196
196
if ( defaultMatcher . isEmpty ( ) ) {
197
197
defaultMatcher . addPattern ( "**/*" )
198
198
}
199
- defaultMatcher . addPattern ( "!**/node_modules/*/{README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples}" )
199
+ defaultMatcher . addPattern ( "!**/node_modules/*/{CHANGELOG.md, README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,.yarn-integrity }" )
200
200
defaultMatcher . addPattern ( "!**/node_modules/.bin" )
201
201
defaultMatcher . addPattern ( "!**/*.{o,hprof,orig,pyc,pyo,rbc,swp}" )
202
202
defaultMatcher . addPattern ( "!**/._*" )
203
203
//noinspection SpellCheckingInspection
204
- defaultMatcher . addPattern ( "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output}" )
204
+ defaultMatcher . addPattern ( "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock }" )
205
205
206
206
let rawFilter : any = null
207
207
const deprecatedIgnore = ( < any > this . devMetadata . build ) . ignore
0 commit comments