mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
and fix incorrect function name in byfn.sh add *.tx and *.block files to .gitignore add FABRIC_CFG_PATH setting Change-Id: Id3457455354b1f2aea1a9661aa89dc677e05124b Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com> Signed-off-by: Rameshbabu <rameshbabu.thoomu@gmail.com>
13 lines
212 B
Text
13 lines
212 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/*
|
|
|