diff options
author | MichaelMorris <michael.morris@est.tech> | 2020-02-08 22:55:49 +0000 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-02-18 16:06:37 +0000 |
commit | 580e536e8b86a50789031f56a0e20a4985d738a0 (patch) | |
tree | 9f47a6e10f55482ca590e1ff7b963dc0245421bc /.gitignore | |
parent | 4aa20bc42b7bd98dde15f7594084669eb92412c2 (diff) |
Backend extensibility
Issue-ID: SDC-2761
Change-Id: I9287e0255fdda8da61cafc4b761190c8992b9aff
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2d5041ffe0..33ad652efd 100644 --- a/.gitignore +++ b/.gitignore @@ -186,6 +186,7 @@ sdc-os-chef/.idea/* catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/ecomp-error-configuration.yaml catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/logback.xml +catalog-be/sdc-backend/context.xml test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/testSuites/* |