From 15d3c0fbb21415847beab6bacf5e873498ac96d6 Mon Sep 17 00:00:00 2001 From: Lal Chandran Date: Fri, 8 Jul 2022 10:18:21 +0200 Subject: [PATCH] Updated the folder name after TAC1 review, added gitignore --- .gitignore | 27 +++++++++++++++++++ {consent-management => consentBB}/README.md | 0 .../interfaces/README.md | 0 .../requirements/README.md | 0 .../usecases/README.md | 0 5 files changed, 27 insertions(+) create mode 100644 .gitignore rename {consent-management => consentBB}/README.md (100%) rename {consent-management => consentBB}/interfaces/README.md (100%) rename {consent-management => consentBB}/requirements/README.md (100%) rename {consent-management => consentBB}/usecases/README.md (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..42fef06 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Binaries for programs and plugins +*.exe +*.dll +*.so +*.dylib +*.DS_Store + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 +.glide/ + +/.bootstrap/ +/.idea/ +/.vscode/ +/bin/ +deploy_version +/dist/ +/mocks/ +*cscope* +mock_* +node_modules/ +.DS_Store \ No newline at end of file diff --git a/consent-management/README.md b/consentBB/README.md similarity index 100% rename from consent-management/README.md rename to consentBB/README.md diff --git a/consent-management/interfaces/README.md b/consentBB/interfaces/README.md similarity index 100% rename from consent-management/interfaces/README.md rename to consentBB/interfaces/README.md diff --git a/consent-management/requirements/README.md b/consentBB/requirements/README.md similarity index 100% rename from consent-management/requirements/README.md rename to consentBB/requirements/README.md diff --git a/consent-management/usecases/README.md b/consentBB/usecases/README.md similarity index 100% rename from consent-management/usecases/README.md rename to consentBB/usecases/README.md