Singal, Kapil (ks220y) | aa74865 | 2018-08-09 20:47:29 +0000 | [diff] [blame] | 1 | /target/
|
| 2 | /logs/
|
| 3 | .classpath
|
| 4 | .settings/
|
| 5 |
|
| 6 | # Target dirs in all projects
|
| 7 | **/target-ide/*
|
| 8 | **/target/*
|
| 9 | **/logs/*
|
Muthuramalingam, Brinda Santh(bs2796) | 3b9a260 | 2018-08-17 19:45:00 +0000 | [diff] [blame] | 10 | **/debug-logs/*
|
Singal, Kapil (ks220y) | aa74865 | 2018-08-09 20:47:29 +0000 | [diff] [blame] | 11 | **/tokens/*
|
| 12 |
|
| 13 | # Added for Intellij IDEA IDE
|
| 14 | **/debug-logs/*
|
| 15 | **/.idea/*
|
| 16 | **/*.iml
|
| 17 | **/*.project
|
| 18 | **/.springBeans
|
| 19 |
|
| 20 |
|
| 21 | **/*versionsBackup
|
| 22 | **/blackDuckHub*
|
| 23 | **/*.jsonld |