Don't include unmodified vendor directory in NPM package
It contains ES6 modules, so it won't be useful as-is on NPM.
This commit is contained in:
parent
e7c4d669f0
commit
9e2f733f7d
|
@ -1,5 +1,6 @@
|
||||||
app
|
app
|
||||||
core
|
core
|
||||||
|
vendor
|
||||||
.gitmodules
|
.gitmodules
|
||||||
node_modules
|
node_modules
|
||||||
.*
|
.*
|
||||||
|
|
Loading…
Reference in New Issue