mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
- Updated the test-network with examples of runnig CCAAS - Updating the asset transfer basic with how to run chaincode as a service. Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
26 lines
342 B
Text
26 lines
342 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/
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.settings
|