diff options
author | Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com> | 2019-03-22 17:21:30 -0400 |
---|---|---|
committer | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-03-25 13:53:56 -0400 |
commit | 3a2872a0d9c01bde8aabcc35d79b40f6c03f1958 (patch) | |
tree | 6ee2b58cb53180a02c79bc37e5c084fd5409ef03 /.gitignore | |
parent | c90edac236dffb7c495e266dd04991de7e8f04b7 (diff) |
Add output enrichment validation
Change-Id: Iad7f2ef5a5cdfee3acd6104653c1a6fbb928bacb
Issue-ID: CCSDK-1175
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fdde5ebe8..53cb42dfe 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,39 @@ typings/ # DynamoDB Local files .dynamodb/ +# Microservices + +.classpath +.settings/ + +# Target dirs in all projects +**/target-ide/* +**/target/* +**/logs/* +**/tokens/* + +# Added for Intellij IDEA IDE +**/*.ipr +**/*.iws +**/debug-logs/* +**/.idea/* +**/*.iml +**/*.project +**/.springBeans + +**/*versionsBackup +**/blackDuckHub* +**/*.jsonld +**/.checkstyle +**/.gitignore + +**/*.log +**/*py.class +**/.DS_Store + +# To Remove Kotlin Script Generated Jars +**/*cba-kts.jar + # Added for Intellij IDEA IDE **/*.ipr **/*.iws |