Singal, Kapil (ks220y) | b35d55e | 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) | a3c9519 | 2018-08-17 19:45:00 +0000 | [diff] [blame] | 10 | **/debug-logs/*
|
Singal, Kapil (ks220y) | b35d55e | 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
|
Muthuramalingam, Brinda Santh(bs2796) | 6488fc3 | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 19 | **/.directory
|
Singal, Kapil (ks220y) | b35d55e | 2018-08-09 20:47:29 +0000 | [diff] [blame] | 20 |
|
| 21 |
|
| 22 | **/*versionsBackup
|
| 23 | **/blackDuckHub*
|
Muthuramalingam, Brinda Santh(bs2796) | 6488fc3 | 2018-11-10 11:54:05 -0500 | [diff] [blame] | 24 | **/*.jsonld
|
| 25 | /target-ide/
|