Singal, Kapil (ks220y) | aa74865 | 2018-08-09 20:47:29 +0000 | [diff] [blame] | 1 | .classpath
|
| 2 | .settings/
|
| 3 |
|
| 4 | # Target dirs in all projects
|
| 5 | **/target-ide/*
|
| 6 | **/target/*
|
| 7 | **/logs/*
|
| 8 | **/tokens/*
|
| 9 |
|
| 10 | # Added for Intellij IDEA IDE
|
Alexis de Talhouƫt | aa901b9 | 2018-11-20 15:46:41 -0500 | [diff] [blame] | 11 | **/*.ipr |
| 12 | **/*.iws |
Singal, Kapil (ks220y) | aa74865 | 2018-08-09 20:47:29 +0000 | [diff] [blame] | 13 | **/debug-logs/*
|
| 14 | **/.idea/*
|
| 15 | **/*.iml
|
| 16 | **/*.project
|
| 17 | **/.springBeans
|
| 18 |
|
| 19 | **/*versionsBackup
|
| 20 | **/blackDuckHub*
|
Timoney, Dan (dt5972) | 7489607 | 2018-09-12 15:31:10 -0400 | [diff] [blame] | 21 | **/*.jsonld
|
| 22 | **/.checkstyle
|
Steve Alphonse Siani | ae235a3 | 2018-12-28 14:58:27 -0500 | [diff] [blame^] | 23 | **/.gitignore |
| 24 | |
| 25 | **/*py.class |
| 26 | **/.DS_Store
|