From 8f9341d3b73b99494c6371534848081cb7ef7662 Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Wed, 15 Jan 2020 11:46:34 +0000 Subject: [PATCH] WIP Commercial Paper -> Test network Signed-off-by: Matthew B White --- .gitignore | 3 +++ commercial-paper/.gitignore | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 29732180..68cc3752 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ .project # omit Go vendor directories vendor/ + +.vscode +.gradle \ No newline at end of file diff --git a/commercial-paper/.gitignore b/commercial-paper/.gitignore index fe006361..876963b3 100644 --- a/commercial-paper/.gitignore +++ b/commercial-paper/.gitignore @@ -1 +1,2 @@ -cp.tar.gz \ No newline at end of file +cp.tar.gz +**/organization/**/gateway/connection*.yaml \ No newline at end of file