mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Fix minor bugs, and add network.sh script to simplify standing up the network Note: the updated peerNadmin.sh scripts no longer create or join a channel and now only configure the environment for the relevant peer Signed-off-by: James Taylor <jamest@uk.ibm.com>
29 lines
366 B
Text
29 lines
366 B
Text
# Emacs backup files
|
|
*~
|
|
*#
|
|
.#*
|
|
# Vim file artifacts
|
|
.*.sw*
|
|
.DS_Store
|
|
.project
|
|
# omit Go vendor directories
|
|
vendor/
|
|
.vscode
|
|
.gradle
|
|
.idea
|
|
# Dependency directories
|
|
node_modules/
|
|
# Ignore Gradle build output directory
|
|
build
|
|
package-lock.json
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.settings
|
|
|
|
# installed Fabric binaries etc.
|
|
bin/
|
|
builders/
|
|
config/
|
|
external-chaincode/
|
|
install-fabric.sh
|