diff options
author | Muthuramalingam, Brinda Santh <bs2796@att.com> | 2019-01-30 15:52:30 -0500 |
---|---|---|
committer | Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com> | 2019-02-04 09:45:59 -0500 |
commit | 73528fe9ce4471be5e76c042ea02b40199d36532 (patch) | |
tree | 7c332a906d1df80ab6051db5f9668baed13241ea /.gitignore | |
parent | 7727f3dd84ce4ca2af5c3e589651ef57e3813fa9 (diff) |
blueprint scripting services
Change-Id: I834b83e0c2716eceadeec8a5f17a7604e938166a
Issue-ID: CCSDK-941
Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -8,8 +8,8 @@ **/tokens/*
# Added for Intellij IDEA IDE
-**/*.ipr -**/*.iws +**/*.ipr
+**/*.iws
**/debug-logs/*
**/.idea/*
**/*.iml
@@ -20,7 +20,10 @@ **/blackDuckHub*
**/*.jsonld
**/.checkstyle
-**/.gitignore - -**/*py.class +**/.gitignore
+
+**/*py.class
**/.DS_Store
+
+# To Remove Kotlin Script Generated Jars
+**/*cba-kts.jar
\ No newline at end of file |