Patrick Brady | 1c192d2 | 2017-02-15 23:11:26 -0800 | [diff] [blame] | 1 | # Target dirs in all projects |
| 2 | **/target/* |
| 3 | |
| 4 | # Added for Intellij IDEA IDE |
| 5 | **/.idea/* |
| 6 | *.iml |
| 7 | **/*.iml |
| 8 | /.idea/ |
| 9 | |
| 10 | # Used to not upload Blackduck Scans |
| 11 | **/appc_bdio.jsonld |
| 12 | **/blackDuckHubProjectName.txt |
| 13 | **/blackDuckHubProjectVersionName.txt |
| 14 | |
| 15 | # Generated models and features |
| 16 | **/bin/* |
| 17 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 18 | # Checkstyle files |
| 19 | **/.checkstyle |
| 20 | |
Patrick Brady | 1c192d2 | 2017-02-15 23:11:26 -0800 | [diff] [blame] | 21 | # MANIFEST.MF is updated on every clean install |
| 22 | **/src/main/resources/META-INF/ |
| 23 | |
| 24 | # Karaf Assembly |
| 25 | #/appc-adapters/appc-*-adapter/appc-*-adapter-installer/src/assembly/* |
| 26 | |
| 27 | # Used to not upload any maven dependency graph outputs |
| 28 | **/deptree.text |
| 29 | |
| 30 | .project |
| 31 | |
| 32 | *.prefs |
| 33 | .classpath |
| 34 | **/.classpath |
| 35 | /target/ |
| 36 | logs/ |
| 37 | debug-logs/ |
| 38 | /.settings/ |
| 39 | **/*.iml |
| 40 | /.idea/ |
| 41 | /bin/ |