From cb30f3a566b73c78c3ea666acfcd3f288098684a Mon Sep 17 00:00:00 2001 From: "k.kedron" Date: Thu, 5 Mar 2020 13:12:27 +0100 Subject: Refactoring the sdc-BE-init python scripts Deeper refactoring of python script: - create the python package with init script - support for python 3.x - reuse code - new design - support for .json conf file - update the docker chef script Issue-ID: SDC-2784 Signed-off-by: Krystian Kedron Change-Id: I02169eb7d0e3e90851ba1811536d1712c3b4145f --- catalog-be/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'catalog-be/.gitignore') diff --git a/catalog-be/.gitignore b/catalog-be/.gitignore index 9ef05f37d7..ff9fd70a4d 100644 --- a/catalog-be/.gitignore +++ b/catalog-be/.gitignore @@ -1 +1,2 @@ -/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/Artifact-Generator.properties \ No newline at end of file +/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/Artifact-Generator.properties +!/sdc-backend-init/scripts/** -- cgit 1.2.3-korg