Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 1 | # Eclipse IDE |
| 2 | #------------------------------------------------------------ |
| 3 | **/.classpath |
| 4 | **/.project |
| 5 | **/.tern-project |
| 6 | **/.settings/** |
| 7 | **/bin/ |
| 8 | |
| 9 | |
| 10 | # IntelliJ IDE |
| 11 | #------------------------------------------------------------ |
| 12 | **/.idea/ |
| 13 | /out/ |
| 14 | *.iml |
vasraz | 56031c9 | 2020-04-15 10:21:49 +0100 | [diff] [blame] | 15 | *.ipr |
| 16 | *.iws |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 17 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 18 | # Logs |
| 19 | #------------------------------------------------------------ |
| 20 | *.log |
| 21 | */logs/* |
| 22 | */*/logs/* |
| 23 | /utils/DmaapPublisher/logs/* |
| 24 | |
| 25 | |
| 26 | #Excluded Script Folder |
| 27 | xFolder |
| 28 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 29 | |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 30 | # Maven |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 31 | #------------------------------------------------------------ |
| 32 | **/target/ |
| 33 | pom.xml.tag |
| 34 | pom.xml.releaseBackup |
| 35 | pom.xml.versionsBackup |
| 36 | version.properties |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 37 | *dependency-reduced-pom.xml |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 38 | |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 39 | ## sdc-os-chef |
| 40 | *.class |
vasraz | 56031c9 | 2020-04-15 10:21:49 +0100 | [diff] [blame] | 41 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 42 | |
| 43 | # Package Files |
| 44 | #------------------------------------------------------------ |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 45 | *.ear |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 46 | *.jar |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 47 | *.war |
vasraz | 56031c9 | 2020-04-15 10:21:49 +0100 | [diff] [blame] | 48 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 49 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 50 | #Gradle |
| 51 | .gradle/* |
| 52 | */*.gradle |
| 53 | */settings.gradle |
| 54 | */gradlew.bat |
| 55 | */gradlew |
| 56 | gradlew.bat |
| 57 | gradlew |
| 58 | settings.gradle |
| 59 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 60 | /log |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 61 | *.kpf |
| 62 | *.orig |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 63 | |
| 64 | |
| 65 | # catalog-ui |
| 66 | #------------------------------------------------------------ |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 67 | #------------------------------------------------------------ |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 68 | #------------------------------------------------------------ |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 69 | catalog-ui/app/dist/* |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 70 | catalog-ui/dist |
| 71 | catalog-ui/*.tmp.txt |
| 72 | catalog-ui/tests/Coverage/* |
| 73 | catalog-ui/Chrome* |
| 74 | catalog-ui/PhantomJS_1.9.8_(Windows_7_0.0.0)/* |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 75 | .metadata/ |
| 76 | .metadata/* |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 77 | .project |
| 78 | .settings/ |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 79 | Vagrantfile |
| 80 | a4c/ |
| 81 | asdc-chef/cookbooks/Deploy-SDandC/attributes/version.rb |
| 82 | asdc-tests/ExtentReport/ASDC_CI_Extent_Report.html |
| 83 | asdc-tests/test-output/** |
| 84 | asdctool/tosca/* |
| 85 | bin/ |
| 86 | catalog-be/.pydevproject |
| 87 | catalog-be/.checkstyle |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 88 | catalog-be/data/* |
| 89 | catalog-be/src/main/java/META-INF/MANIFEST.MF |
| 90 | catalog-be/test-output/* |
| 91 | catalog-builders/bin/ |
| 92 | catalog-dao/bin/ |
| 93 | catalog-fe/bin |
| 94 | catalog-fe/src/main/webapp/* |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 95 | catalog-ui/.editorconfig |
| 96 | catalog-ui/.jshintrc |
| 97 | catalog-ui/.yo-rc.json |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 98 | catalog-ui/app/**/*.css |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 99 | catalog-ui/app/robots.txt |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 100 | catalog-ui/app/scripts/**/*.js |
| 101 | catalog-ui/app/scripts/**/*.js.map |
| 102 | catalog-ui/app/scripts/references.ts |
| 103 | catalog-ui/app/scripts/tsconfig.json |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 104 | catalog-ui/app/tsconfig.json |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 105 | catalog-ui/package-lock.json |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 106 | catalog-ui/node/* |
| 107 | catalog-ui/node_modules/ |
| 108 | catalog-ui/npm-debug.log |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 109 | common-app-api/bin/ |
| 110 | data/compute.png |
| 111 | data/loadbalancer.png |
| 112 | data/mysql.png |
| 113 | data/network.png |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 114 | data/normative-types-DBMS.yml |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 115 | data/normative-types-blockStorage.yml |
| 116 | data/normative-types-compute.yml |
| 117 | data/normative-types-database.yml |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 118 | data/normative-types-network.yml |
| 119 | data/normative-types-objectStorage.yml |
| 120 | data/normative-types-root.yml |
| 121 | data/normative-types-softwareComponent.yml |
| 122 | data/normative-types-webApplication.yml |
| 123 | data/normative-types-webServer.yml |
| 124 | data/objectstore.png |
| 125 | data/relational_db.png |
| 126 | data/root.png |
| 127 | data/router.png |
| 128 | data/software.png |
| 129 | data/volume.png |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 130 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 131 | distribution-ci/logs/wordnik.log |
| 132 | distribution-ci/logs/wordnik.log.1 |
| 133 | distribution-ci/logs/wordnik.log.10 |
| 134 | distribution-ci/logs/wordnik.log.2 |
| 135 | distribution-ci/logs/wordnik.log.3 |
| 136 | distribution-ci/logs/wordnik.log.4 |
| 137 | distribution-ci/logs/wordnik.log.5 |
| 138 | distribution-ci/logs/wordnik.log.6 |
| 139 | distribution-ci/logs/wordnik.log.7 |
| 140 | distribution-ci/logs/wordnik.log.8 |
| 141 | distribution-ci/logs/wordnik.log.9 |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 142 | dox-sequence-diagram-ui/node/* |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 143 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 144 | |
| 145 | |
| 146 | |
| 147 | |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 148 | log.home_IS_UNDEFINED/ASDC/ASDC-BE/Error.log |
| 149 | log.home_IS_UNDEFINED/ASDC/ASDC-BE/audit.log |
| 150 | log.home_IS_UNDEFINED/ASDC/ASDC-BE/debug.log |
| 151 | log.home_IS_UNDEFINED/ASDC/ASDC-BE/debug_by_package.log |
| 152 | log.home_IS_UNDEFINED/ASDC/ASDC-BE/transaction.log |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 153 | |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 154 | node/* |
| 155 | openecomp-be/tools/swagger-ui/api-docs/api.html |
| 156 | openecomp-be/tools/swagger-ui/api-docs/api.json |
| 157 | openecomp-ui/node/* |
| 158 | sdc-os-chef/.idea/* |
Yuli Shlosberg | 958c32d | 2018-02-15 12:04:46 +0200 | [diff] [blame] | 159 | |
Yuli Shlosberg | 958c32d | 2018-02-15 12:04:46 +0200 | [diff] [blame] | 160 | catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/ecomp-error-configuration.yaml |
| 161 | catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml |
| 162 | catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/logback.xml |
MichaelMorris | 580e536 | 2020-02-08 22:55:49 +0000 | [diff] [blame] | 163 | catalog-be/sdc-backend/context.xml |
Yuli Shlosberg | 958c32d | 2018-02-15 12:04:46 +0200 | [diff] [blame] | 164 | |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 165 | test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/testSuites/* |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 166 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 167 | sdnc-tests-new-frame-work/test-output/* |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 168 | sdnc-tests-new-frame-work/test-output/** |
| 169 | sdnc-tests/logs/wordnik.log |
| 170 | sdnc-tests/test-output/* |
| 171 | target/ |
| 172 | test-apis-ci/ExtentReport/* |
| 173 | test-apis-ci/ExtentReport/ASDC_CI_Extent_Report.html |
| 174 | test-apis-ci/extent.html |
| 175 | test-apis-ci/logfile.log* |
| 176 | test-apis-ci/test-output/* |
| 177 | ui-ci/.tern-project |
| 178 | ui-ci/ExtentReport/* |
| 179 | ui-ci/logfile.log* |
| 180 | ui-ci/src/main/resources/Files/output/* |
| 181 | ui-ci/src/main/resources/Files/outputMainServiceTemplate/* |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 182 | ui-ci/test-output/* |
| 183 | ui-ci/test-output/Default suite/Default test.html |
| 184 | ui-ci/test-output/Default suite/Default test.xml |
| 185 | ui-ci/test-output/Default suite/testng-failed.xml |
| 186 | ui-ci/test-output/emailable-report.html |
| 187 | ui-ci/test-output/index.html |
| 188 | ui-ci/test-output/old/Default suite/classes.html |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 189 | ui-ci/test-output/old/Default suite/methods-alphabetical.html |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 190 | ui-ci/test-output/old/Default suite/methods.html |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 191 | ui-ci/test-output/old/Default suite/testng.xml.html |
| 192 | ui-ci/test-output/old/Default suite/toc.html |
| 193 | ui-ci/test-output/old/index.html |
| 194 | ui-ci/test-output/testng-failed.xml |
| 195 | ui-ci/test-output/testng-results.xml |
Michael Lando | aa61644 | 2017-10-24 11:08:18 +0300 | [diff] [blame] | 196 | utils/webseal-simulator/sdc-simulator/chef-repo/cookbooks/sdc-simulator/files/default/logback.xml |
| 197 | vagrant-asdc-all-in-one/ |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 198 | |
| 199 | |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 200 | |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 201 | ExtentReport/ |
| 202 | automationDownloadDir*/ |
| 203 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 204 | /asdctool/*.xls |
| 205 | |
| 206 | /sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/tools/build/scripts/* |
| 207 | |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 208 | *.xls |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 209 | |
Yuli Shlosberg | 0875ce0 | 2018-01-25 13:53:36 +0200 | [diff] [blame] | 210 | /asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default/* |
| 211 | /asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/default.rb |
| 212 | /openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/vsp_* |
Yuli Shlosberg | 958c32d | 2018-02-15 12:04:46 +0200 | [diff] [blame] | 213 | |
| 214 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 215 | |
| 216 | |
| 217 | utils/DmaapPublisher/logs/* |
| 218 | |
| 219 | |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 220 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 221 | |
Gitelman, Tal (tg851x) | d9bb1bc | 2018-03-11 16:14:33 +0200 | [diff] [blame] | 222 | *normatives.tar.gz |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 223 | |
Gitelman, Tal (tg851x) | a5ce6e4 | 2018-03-19 17:05:55 +0200 | [diff] [blame] | 224 | |
| 225 | /openecomp-ui/yarn.lock |
Yuli Shlosberg | 1788983 | 2018-04-08 14:03:29 +0300 | [diff] [blame] | 226 | |
Avi Ziv | c175a0d | 2018-03-15 13:21:44 +0200 | [diff] [blame] | 227 | /openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/init_keyspaces.cql |
| 228 | /openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/init_schemas.cql |
andre.schmid | 5b1f9a1 | 2019-11-12 11:34:20 +0000 | [diff] [blame] | 229 | /openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/alter_tables.cql |
Tal Gitelman | 518c1d3 | 2018-05-03 16:18:03 +0300 | [diff] [blame] | 230 | |
| 231 | asdctool/*.csv |
| 232 | asdctool/test-output/* |
Tal Gitelman | 7d05e16 | 2018-10-10 14:52:54 +0300 | [diff] [blame] | 233 | |
| 234 | asdctool/report_delete_1538046694389.json |
| 235 | asdctool/report_test_1538046722484.json |
Tal Gitelman | 71b5dc0 | 2019-04-04 19:27:24 +0300 | [diff] [blame] | 236 | |
vasraz | a36531c | 2020-04-29 18:39:35 +0100 | [diff] [blame] | 237 | ajcore*.txt |
Ben David, Elad (eb7504) | ee64a64 | 2019-11-03 16:19:16 +0200 | [diff] [blame] | 238 | **/.factorypath |
| 239 | |
MichaelMorris | a2abf6e | 2020-03-10 12:37:48 +0000 | [diff] [blame] | 240 | **/.checkstyle |