mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 19:45:10 +00:00
20 lines
265 B
Text
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
|