diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-01 12:36:01 -0400 |
---|---|---|
committer | John Keeney <john.keeney@est.tech> | 2024-10-11 15:52:23 +0000 |
commit | 0bb5235ad683470be0d7731b632d997941ebe90b (patch) | |
tree | cd6be258d5ba4fa7664e8012fa8b12690dbb40a1 /.gitignore | |
parent | 890978456c238de30d547d5d4a2992b5cace62ee (diff) |
Update major versions
Update major version to reflect breaking change (Biermann API removal)
in release
Issue-ID: CCSDK-4056
Change-Id: I96e92c5f3ecb2f1143bcaec8d0dd079076f49719
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -42,9 +42,6 @@ out/ .tox _build/ .swagger* -docs/offeredapis/swagger/README.md -a1-policy-management/api/README.md -a1-policy-management/api/.openapi-generator* -a1-policy-management/api/pms-api/.openapi-generator* - - +docs/offeredapis/**/README.md +a1-policy-management/api/**/README.md +a1-policy-management/api/**/.openapi-generator** |