Cut the package fat
This commit is contained in:
parent
f45bf1c95b
commit
10952e9dc4
@ -8,3 +8,4 @@ test/
|
|||||||
/generated_docs/
|
/generated_docs/
|
||||||
/scripts/
|
/scripts/
|
||||||
/lib/src/monorepo_scripts/
|
/lib/src/monorepo_scripts/
|
||||||
|
ganache.log
|
||||||
|
1
packages/abi-gen-wrappers/.npmignore
Normal file
1
packages/abi-gen-wrappers/.npmignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
/src/
|
2
packages/contract-artifacts/.npmignore
Normal file
2
packages/contract-artifacts/.npmignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/artifacts/
|
||||||
|
/src/
|
@ -9,3 +9,5 @@ test/
|
|||||||
/generated_docs/
|
/generated_docs/
|
||||||
/scripts/
|
/scripts/
|
||||||
/lib/src/monorepo_scripts/
|
/lib/src/monorepo_scripts/
|
||||||
|
/coverage/
|
||||||
|
ganache.log
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
yarn-error.log
|
yarn-error.log
|
||||||
/scripts/
|
/scripts/
|
||||||
/generated_docs/
|
/generated_docs/
|
||||||
/src/
|
|
||||||
tsconfig.json
|
tsconfig.json
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
/coverage/
|
||||||
|
/src/
|
||||||
|
/lib/test/
|
||||||
|
test/
|
||||||
|
ganache.log
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
tsconfig.json
|
tsconfig.json
|
||||||
webpack.config.js
|
webpack.config.js
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
test/
|
|
||||||
/src/
|
|
||||||
/_bundles/
|
/_bundles/
|
||||||
/generated_docs/
|
/generated_docs/
|
||||||
/scripts/
|
/scripts/
|
||||||
|
/coverage/
|
||||||
|
/src/
|
||||||
|
/lib/test
|
||||||
|
test/
|
||||||
|
ganache.log
|
||||||
|
@ -5,3 +5,4 @@ yarn-error.log
|
|||||||
test/
|
test/
|
||||||
tsconfig.json
|
tsconfig.json
|
||||||
/lib/src/monorepo_scripts/
|
/lib/src/monorepo_scripts/
|
||||||
|
/coverage/
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
.*
|
.*
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
/scripts/
|
/scripts/
|
||||||
/src/
|
|
||||||
tsconfig.json
|
tsconfig.json
|
||||||
/lib/monorepo_scripts/
|
/lib/monorepo_scripts/
|
||||||
|
/coverage/
|
||||||
|
/src/
|
||||||
|
/lib/test
|
||||||
|
test/
|
||||||
|
ganache.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user