Exclude some build files from native modules
In practice this removes about 1MB of extraneous build resoures from the spellchecker module in a packaged build. // FREEBIE
This commit is contained in:
parent
d71250b752
commit
0c8e769c2a
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@
|
||||||
"node_modules/**",
|
"node_modules/**",
|
||||||
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,*.d.ts}",
|
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,*.d.ts}",
|
||||||
"!**/node_modules/.bin",
|
"!**/node_modules/.bin",
|
||||||
|
"!**/node_modules/*/build/**",
|
||||||
|
"**/node_modules/*/build/**/*.node",
|
||||||
"!**/*.{o,hprof,orig,pyc,pyo,rbc}",
|
"!**/*.{o,hprof,orig,pyc,pyo,rbc}",
|
||||||
"!**/._*",
|
"!**/._*",
|
||||||
"!**/{.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,.yarn-integrity}"
|
"!**/{.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,.yarn-integrity}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue