mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
* This is the initial add of a test-network-kind Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * Update the test-network-kind README; removes the local docker registry; updated 'clean' instructions Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> Co-authored-by: Matthew B White <mbwhite@users.noreply.github.com>
22 lines
311 B
Text
22 lines
311 B
Text
# Emacs backup files
|
|
*~
|
|
*#
|
|
.#*
|
|
# Vim file artifacts
|
|
.*.sw*
|
|
# installed platform-specific binaries
|
|
/bin
|
|
/config
|
|
.DS_Store
|
|
.project
|
|
# omit Go vendor directories
|
|
vendor/
|
|
.vscode
|
|
.gradle
|
|
.idea
|
|
# Dependency directories
|
|
node_modules/
|
|
# Ignore Gradle build output directory
|
|
build
|
|
package-lock.json
|
|
external-chaincode/
|