Exclude hunspell source from packaged apps
// FREEBIE
This commit is contained in:
parent
cedbd5db8d
commit
00aabfd4e0
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
||||||
"images/**",
|
"images/**",
|
||||||
"fonts/*",
|
"fonts/*",
|
||||||
"node_modules/**",
|
"node_modules/**",
|
||||||
|
"!node_modules/spellchecker/vendor/hunspell/**/*",
|
||||||
"!**/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/**",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue