a | b/contract/.npmignore | ||
---|---|---|---|
1 | # |
||
2 | # SPDX-License-Identifier: Apache-2.0 |
||
3 | # |
||
4 | |||
5 | # don't package the connection details |
||
6 | local_fabric |
||
7 | |||
8 | # don't package the tests |
||
9 | test |
||
10 | functionalTests |
||
11 | |||
12 | # don't package config files |
||
13 | .vscode |
||
14 | .editorconfig |
||
15 | .eslintignore |
||
16 | .eslintrc.js |
||
17 | .gitignore |
||
18 | .npmignore |
||
19 | .nyc_output |
||
20 | coverage |