Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 1 | # Eclipse |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 2 | .classpath |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 3 | .project |
| 4 | .settings/ |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 5 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 6 | # Maven |
| 7 | log/ |
| 8 | target/ |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 9 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 10 | # Package Files # |
| 11 | *.jar |
| 12 | *.war |
| 13 | *.ear |
| 14 | |
| 15 | # Other |
| 16 | *.kpf |
| 17 | *.class |
| 18 | *.orig |
| 19 | catalog-ui/.* |
| 20 | catalog-ui/app/scripts/tsconfig.json |
| 21 | catalog-ui/app/scripts/references.ts |
| 22 | catalog-ui/app/scripts/**/*.js |
| 23 | catalog-ui/app/scripts/**/*.js.map |
| 24 | |
| 25 | # catalog-ui |
| 26 | catalog-ui/app/**/*.css |
| 27 | catalog-ui/.editorconfig |
| 28 | catalog-ui/.jshintrc |
| 29 | catalog-ui/.yo-rc.json |
| 30 | catalog-ui/app/robots.txt |
| 31 | catalog-ui/node_modules/ |
| 32 | catalog-ui/bower_components/ |
| 33 | catalog-ui/app/tsconfig.json |
| 34 | |
| 35 | |
| 36 | catalog-be/.checkstyle |
| 37 | catalog-be/bin/ |
| 38 | catalog-be/src/main/java/META-INF/MANIFEST.MF |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 39 | a4c/ |
| 40 | catalog-ui/*.tmp.txt |
| 41 | catalog-dao/bin/ |
| 42 | catalog-ui/dist |
| 43 | catalog-builders/bin/ |
| 44 | common-app-api/bin/ |
| 45 | data/compute.png |
| 46 | data/loadbalancer.png |
| 47 | data/mysql.png |
| 48 | data/network.png |
| 49 | data/normative-types-blockStorage.yml |
| 50 | data/normative-types-compute.yml |
| 51 | data/normative-types-database.yml |
| 52 | data/normative-types-DBMS.yml |
| 53 | data/normative-types-network.yml |
| 54 | data/normative-types-objectStorage.yml |
| 55 | data/normative-types-root.yml |
| 56 | data/normative-types-softwareComponent.yml |
| 57 | data/normative-types-webApplication.yml |
| 58 | data/normative-types-webServer.yml |
| 59 | data/objectstore.png |
| 60 | data/relational_db.png |
| 61 | data/root.png |
| 62 | data/router.png |
| 63 | data/software.png |
| 64 | data/volume.png |
| 65 | catalog-ui/app/dist/* |
| 66 | catalog-fe/src/main/webapp/* |
| 67 | catalog-fe/bin |
| 68 | !catalog-fe/src/main/webapp/WEB-INF/ |
| 69 | !catalog-fe/src/main/webapp/META-INF/ |
| 70 | ui-ci/.tern-project |
| 71 | catalog-be/data/* |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 72 | .metadata/* |
| 73 | .metadata/* |
| 74 | .idea/* |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 75 | *.iml |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 76 | catalog-ui/npm-debug.log |
| 77 | sdnc-tests/logs/wordnik.log |
| 78 | distribution-ci/logs/wordnik.log |
| 79 | distribution-ci/logs/wordnik.log.1 |
| 80 | distribution-ci/logs/wordnik.log.10 |
| 81 | distribution-ci/logs/wordnik.log.2 |
| 82 | distribution-ci/logs/wordnik.log.3 |
| 83 | distribution-ci/logs/wordnik.log.4 |
| 84 | distribution-ci/logs/wordnik.log.5 |
| 85 | distribution-ci/logs/wordnik.log.6 |
| 86 | distribution-ci/logs/wordnik.log.7 |
| 87 | distribution-ci/logs/wordnik.log.8 |
| 88 | distribution-ci/logs/wordnik.log.9 |
| 89 | vagrant-asdc-all-in-one/ |
| 90 | catalog-ui/tests/Coverage/* |
| 91 | catalog-ui/Chrome* |
| 92 | catalog-ui/PhantomJS_1.9.8_(Windows_7_0.0.0)/* |
| 93 | |
| 94 | .metadata/ |
| 95 | bin/ |
| 96 | Vagrantfile |
| 97 | sdnc-tests/test-output/* |
| 98 | sdnc-tests-new-frame-work/test-output/* |
| 99 | ui-ci/test-output/* |
| 100 | ui-ci/test-output/Default suite/Default test.html |
| 101 | ui-ci/test-output/Default suite/Default test.xml |
| 102 | ui-ci/test-output/Default suite/testng-failed.xml |
| 103 | ui-ci/test-output/emailable-report.html |
| 104 | ui-ci/test-output/index.html |
| 105 | ui-ci/test-output/old/Default suite/classes.html |
| 106 | ui-ci/test-output/old/Default suite/methods.html |
| 107 | ui-ci/test-output/old/Default suite/methods-alphabetical.html |
| 108 | ui-ci/test-output/old/Default suite/testng.xml.html |
| 109 | ui-ci/test-output/old/Default suite/toc.html |
| 110 | ui-ci/test-output/old/index.html |
| 111 | ui-ci/test-output/testng-failed.xml |
| 112 | ui-ci/test-output/testng-results.xml |
| 113 | ui-ci/src/main/resources/Files/outputMainServiceTemplate/* |
| 114 | ui-ci/src/main/resources/Files/output/* |
| 115 | |
| 116 | sdnc-tests-new-frame-work/test-output/** |
| 117 | asdc-tests/test-output/** |
| 118 | |
| 119 | asdc-chef/cookbooks/Deploy-SDandC/attributes/version.rb |
| 120 | asdc-tests/ExtentReport/ASDC_CI_Extent_Report.html |
| 121 | *.orig |
| 122 | test-apis-ci/ExtentReport/* |
| 123 | test-apis-ci/test-output/* |
| 124 | test-apis-ci/test-output/* |
| 125 | test-apis-ci/ExtentReport/* |
| 126 | ui-ci/ExtentReport/* |
| 127 | test-apis-ci/test-output/* |
| 128 | test-apis-ci/ExtentReport/ASDC_CI_Extent_Report.html |
| 129 | test-apis-ci/extent.html |
| 130 | sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/files/default/normatives.tar.gz |
| 131 | sdc-os-chef/sdc-normatives/chef-repo/cookbooks/sdc-normatives/files/default/normatives.tar.gz |
| 132 | catalog-be/test-output/* |
| 133 | test-apis-ci/logfile.log* |
| 134 | ui-ci/logfile.log* |
| 135 | catalog-ui/node/* |
| 136 | log.home_IS_UNDEFINED/ASDC/ASDC-BE/audit.log |
| 137 | log.home_IS_UNDEFINED/ASDC/ASDC-BE/debug.log |
| 138 | log.home_IS_UNDEFINED/ASDC/ASDC-BE/debug_by_package.log |
| 139 | log.home_IS_UNDEFINED/ASDC/ASDC-BE/Error.log |
| 140 | log.home_IS_UNDEFINED/ASDC/ASDC-BE/transaction.log |
| 141 | openecomp-be/tools/swagger-ui/api-docs/api.html |
| 142 | openecomp-be/tools/swagger-ui/api-docs/api.json |
| 143 | dox-sequence-diagram-ui/node/* |
| 144 | openecomp-ui/node/* |
| 145 | sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/SDC-*.zip |
| 146 | sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/sdctool.tar |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 147 | sdc-os-chef/.idea/* |
Michael Lando | 75aacbb | 2017-07-17 21:12:03 +0300 | [diff] [blame] | 148 | node/* |
Tal Gitelman | 68ccc45 | 2017-06-22 18:23:07 +0300 | [diff] [blame] | 149 | |
| 150 | # chef |
| 151 | .delivery |
Tal Gitelman | ed7e1c3 | 2017-06-29 19:30:00 +0300 | [diff] [blame] | 152 | |
| 153 | common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-core/logs/* |
Michael Lando | 3283393 | 2017-07-24 23:21:12 +0300 | [diff] [blame] | 154 | |
| 155 | /asdctool/tosca/* |
Tal Gitelman | b5b5f8b | 2017-07-30 14:40:35 +0300 | [diff] [blame] | 156 | |
| 157 | /sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/Artifact-Generator.properties |
| 158 | /sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/ecomp-error-configuration.yaml |
| 159 | /sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml |
| 160 | /sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/logback.xml |