diff options
author | andre.schmid <andre.schmid@est.tech> | 2020-01-23 11:47:09 +0000 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-01-26 09:10:04 +0000 |
commit | a685302cf50f865cf8b22b17fbe9fe291b12a2dc (patch) | |
tree | aecb9b9d088991f2283d44983fa61305cfcea718 | |
parent | c6f11f2579e1ced27ad91f5392eacb1baedf64fb (diff) |
Ignore auto-generated file in catalog-be
Create a gitignore file to catalog-be and add autogenerated
file "Artifact-Generator.properties" to the ignore list.
Change-Id: Ia482e057c56d059c9ee5dde16fd6b0419623936e
Issue-ID: SDC-2724
Signed-off-by: andre.schmid <andre.schmid@est.tech>
-rw-r--r-- | catalog-be/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-be/.gitignore b/catalog-be/.gitignore new file mode 100644 index 0000000000..55771d9c92 --- /dev/null +++ b/catalog-be/.gitignore @@ -0,0 +1 @@ +/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/Artifact-Generator.properties |