mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Move the Balance Transfer sample application from fabric-sdk-node to fabric-samples. This cr will add the files to the fabric-samples. There will another one to remove the files from fabric-sdk-node. Change-Id: I2344ee00bcd47793ae07f203070af93bc2ee69d6 Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
25 lines
520 B
Text
25 lines
520 B
Text
# Emacs backup files
|
|
*~
|
|
*#
|
|
.#*
|
|
# Vim file artifacts
|
|
.*.sw*
|
|
# installed platform-specific binaries
|
|
/bin
|
|
.DS_Store
|
|
.project
|
|
|
|
first-network/channel-artifacts/*.tx
|
|
first-network/channel-artifacts/*.block
|
|
first-network/crypto-config/*
|
|
|
|
chaincode-docker-devmode/myc.block
|
|
chaincode-docker-devmode/chaincode/sacc/sacc
|
|
chaincode-docker-devmode/chaincode/chaincode_example02/chaincode_example02
|
|
|
|
# fabric sdk node modules
|
|
fabcar/node_modules/
|
|
|
|
# balance transfer sample
|
|
balance-transfer/.DS_Store
|
|
balance-transfer/node_modules/*
|