mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
WIP Commercial Paper -> Test network
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
parent
4208644416
commit
8f9341d3b7
2 changed files with 5 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -11,3 +11,6 @@
|
|||
.project
|
||||
# omit Go vendor directories
|
||||
vendor/
|
||||
|
||||
.vscode
|
||||
.gradle
|
||||
3
commercial-paper/.gitignore
vendored
3
commercial-paper/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
cp.tar.gz
|
||||
cp.tar.gz
|
||||
**/organization/**/gateway/connection*.yaml
|
||||
Loading…
Reference in a new issue