diff options
author | Brinda Santh <brindasanth@in.ibm.com> | 2019-07-24 20:38:36 -0400 |
---|---|---|
committer | Brinda Santh <brindasanth@in.ibm.com> | 2019-07-24 20:38:36 -0400 |
commit | ef03bd490adb4483fc0dd0f8726f33ba6187804a (patch) | |
tree | 4a2988703c31ee1f96362addab746e8f6e493b6b /.gitignore | |
parent | 06c38f1ae1e83103d615194fbaf3c55180bccb5d (diff) |
Fix missing capability cli models.
Change-Id: Id5ad2f75cf27b7c09dc95a028997847098cd3d2e
Issue-ID: CCSDK-1046
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 29bf5d423..a0db985aa 100644 --- a/.gitignore +++ b/.gitignore @@ -107,6 +107,7 @@ typings/ **/*.iml **/*.project **/.springBeans +**/.factorypath **/*versionsBackup **/blackDuckHub* @@ -148,4 +149,5 @@ MacOS # To Remove Kotlin Script Generated Jars **/*cba-kts.jar +**/application/blueprints /target/ |