mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
fabcar sample is broken due to the recent change FAB-4904 With this fix generated the certs using rc1 based cryptogen binary , also updated the paths in docker-compose and the scripts Change-Id: I63457c7ab3e13ae34ff729bcc8f95ea1532b0737 Signed-off-by: ratnakar <asara.ratnakar@gmail.com>
19 lines
415 B
Text
19 lines
415 B
Text
# Emacs backup files
|
|
*~
|
|
*#
|
|
.#*
|
|
# Vim file artifacts
|
|
.*.sw*
|
|
# installed platform-specific binaries
|
|
/bin
|
|
|
|
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/
|