fabric-samples/asset-transfer-sbe/chaincode-javascript/.npmignore
Francesco Vlacancich f95fbbe3d0 final draft for JSON determinm task, using Genson instead of object mapper
Remore extra .class files

Signed-off-by: fraVlaca <ocsenarf@outlook.com>
2021-09-01 13:37:27 +01:00

20 lines
265 B
Text

#
# SPDX-License-Identifier: Apache-2.0
#
# don't package the connection details
local_fabric
# don't package the tests
test
functionalTests
# don't package config files
.vscode
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.npmignore
.nyc_output
coverage