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