blob: 7c7a6aeb00c91ff7e8e252d4a613412e0a4130c5 [file] [log] [blame]
Tal Gitelman51d50f02017-12-10 18:55:03 +02001# 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
15
Michael Landoa5445102018-03-04 14:53:33 +020016# Logs
17#------------------------------------------------------------
18*.log
19*/logs/*
20*/*/logs/*
21/utils/DmaapPublisher/logs/*
22
23
24#Excluded Script Folder
25xFolder
26
Tal Gitelman51d50f02017-12-10 18:55:03 +020027# IntelliJ IDE
28#------------------------------------------------------------
29**/.idea/
30/out/
31*.iml
Michael Landoaa616442017-10-24 11:08:18 +030032
Michael Landoa5445102018-03-04 14:53:33 +020033
Michael Landoaa616442017-10-24 11:08:18 +030034# Maven
Tal Gitelman51d50f02017-12-10 18:55:03 +020035#------------------------------------------------------------
36**/target/
37pom.xml.tag
38pom.xml.releaseBackup
39pom.xml.versionsBackup
40version.properties
Michael Landoa5445102018-03-04 14:53:33 +020041*dependency-reduced-pom.xml
Tal Gitelman51d50f02017-12-10 18:55:03 +020042
Michael Landoaa616442017-10-24 11:08:18 +030043## sdc-os-chef
44*.class
Tal Gitelman51d50f02017-12-10 18:55:03 +020045# Package Files
46
47# Package Files
48#------------------------------------------------------------
Michael Landoaa616442017-10-24 11:08:18 +030049*.ear
50*.iml
51*.jar
Michael Landoa5445102018-03-04 14:53:33 +020052*.war
Tal Gitelman51d50f02017-12-10 18:55:03 +020053#Gradle
Tal Gitelman51d50f02017-12-10 18:55:03 +020054.gradle/*
55
Michael Landoa5445102018-03-04 14:53:33 +020056#Gradle
57.gradle/*
58*/*.gradle
59*/settings.gradle
60*/gradlew.bat
61*/gradlew
62gradlew.bat
63gradlew
64settings.gradle
65
Tal Gitelman51d50f02017-12-10 18:55:03 +020066/log
Tal Gitelman51d50f02017-12-10 18:55:03 +020067/log
Michael Landoaa616442017-10-24 11:08:18 +030068*.kpf
69*.orig
Tal Gitelman51d50f02017-12-10 18:55:03 +020070
71
72# catalog-ui
73#------------------------------------------------------------
Michael Landoa5445102018-03-04 14:53:33 +020074#------------------------------------------------------------
Michael Lando5b593492018-07-29 16:13:45 +030075#------------------------------------------------------------
Michael Landoa5445102018-03-04 14:53:33 +020076catalog-ui/app/dist/*
Michael Landoa5445102018-03-04 14:53:33 +020077catalog-ui/dist
78catalog-ui/*.tmp.txt
79catalog-ui/tests/Coverage/*
80catalog-ui/Chrome*
81catalog-ui/PhantomJS_1.9.8_(Windows_7_0.0.0)/*
Tal Gitelman51d50f02017-12-10 18:55:03 +020082
83catalog-ui/app/dist/*
Michael Landoaa616442017-10-24 11:08:18 +030084.metadata/
85.metadata/*
Michael Landoed64b5e2017-06-09 03:19:04 +030086.project
87.settings/
Michael Landoaa616442017-10-24 11:08:18 +030088Vagrantfile
89a4c/
90asdc-chef/cookbooks/Deploy-SDandC/attributes/version.rb
91asdc-tests/ExtentReport/ASDC_CI_Extent_Report.html
92asdc-tests/test-output/**
93asdctool/tosca/*
94bin/
95catalog-be/.pydevproject
96catalog-be/.checkstyle
Michael Landoaa616442017-10-24 11:08:18 +030097catalog-be/data/*
98catalog-be/src/main/java/META-INF/MANIFEST.MF
99catalog-be/test-output/*
100catalog-builders/bin/
101catalog-dao/bin/
102catalog-fe/bin
103catalog-fe/src/main/webapp/*
104catalog-ui/*.tmp.txt
Michael Landoed64b5e2017-06-09 03:19:04 +0300105catalog-ui/.*
Tal Gitelman51d50f02017-12-10 18:55:03 +0200106catalog-ui/app/dist/*
Michael Landoed64b5e2017-06-09 03:19:04 +0300107catalog-ui/.editorconfig
108catalog-ui/.jshintrc
109catalog-ui/.yo-rc.json
Michael Landoaa616442017-10-24 11:08:18 +0300110catalog-ui/Chrome*
111catalog-ui/PhantomJS_1.9.8_(Windows_7_0.0.0)/*
112catalog-ui/app/**/*.css
113catalog-ui/app/dist/*
Michael Landoed64b5e2017-06-09 03:19:04 +0300114catalog-ui/app/robots.txt
Michael Landoaa616442017-10-24 11:08:18 +0300115catalog-ui/app/scripts/**/*.js
116catalog-ui/app/scripts/**/*.js.map
117catalog-ui/app/scripts/references.ts
118catalog-ui/app/scripts/tsconfig.json
Michael Landoed64b5e2017-06-09 03:19:04 +0300119catalog-ui/app/tsconfig.json
Tal Gitelman51d50f02017-12-10 18:55:03 +0200120catalog-ui/package-lock.json
Michael Landoed64b5e2017-06-09 03:19:04 +0300121catalog-ui/dist
Tal Gitelman51d50f02017-12-10 18:55:03 +0200122catalog-ui/*.tmp.txt
123catalog-ui/tests/Coverage/*
124catalog-ui/Chrome*
125catalog-ui/PhantomJS_1.9.8_(Windows_7_0.0.0)/*
Michael Lando5b593492018-07-29 16:13:45 +0300126catalog-ui/*.tmp.txt
127catalog-ui/tests/Coverage/*
128catalog-ui/Chrome*
129catalog-ui/PhantomJS_1.9.8_(Windows_7_0.0.0)/*
Tal Gitelman51d50f02017-12-10 18:55:03 +0200130catalog-ui/tests/Coverage/*
Tal Gitelman51d50f02017-12-10 18:55:03 +0200131catalog-ui/PhantomJS_1.9.8_(Windows_7_0.0.0)/*
Michael Landoaa616442017-10-24 11:08:18 +0300132catalog-ui/node/*
133catalog-ui/node_modules/
134catalog-ui/npm-debug.log
135catalog-ui/tests/Coverage/*
Michael Landoed64b5e2017-06-09 03:19:04 +0300136common-app-api/bin/
Michael Landoaa616442017-10-24 11:08:18 +0300137common/openecomp-common-configuration-management/openecomp-configuration-management-cli/dependency-reduced-pom.xml
138common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-core/logs/*
Michael Landoed64b5e2017-06-09 03:19:04 +0300139data/compute.png
140data/loadbalancer.png
141data/mysql.png
142data/network.png
Michael Landoaa616442017-10-24 11:08:18 +0300143data/normative-types-DBMS.yml
Michael Landoed64b5e2017-06-09 03:19:04 +0300144data/normative-types-blockStorage.yml
145data/normative-types-compute.yml
146data/normative-types-database.yml
Michael Landoed64b5e2017-06-09 03:19:04 +0300147data/normative-types-network.yml
148data/normative-types-objectStorage.yml
149data/normative-types-root.yml
150data/normative-types-softwareComponent.yml
151data/normative-types-webApplication.yml
152data/normative-types-webServer.yml
153data/objectstore.png
154data/relational_db.png
155data/root.png
156data/router.png
157data/software.png
158data/volume.png
Tal Gitelman51d50f02017-12-10 18:55:03 +0200159
Michael Landoed64b5e2017-06-09 03:19:04 +0300160distribution-ci/logs/wordnik.log
161distribution-ci/logs/wordnik.log.1
162distribution-ci/logs/wordnik.log.10
163distribution-ci/logs/wordnik.log.2
164distribution-ci/logs/wordnik.log.3
165distribution-ci/logs/wordnik.log.4
166distribution-ci/logs/wordnik.log.5
167distribution-ci/logs/wordnik.log.6
168distribution-ci/logs/wordnik.log.7
169distribution-ci/logs/wordnik.log.8
170distribution-ci/logs/wordnik.log.9
Michael Landoaa616442017-10-24 11:08:18 +0300171dox-sequence-diagram-ui/node/*
Tal Gitelman51d50f02017-12-10 18:55:03 +0200172
Michael Landoa5445102018-03-04 14:53:33 +0200173
174
175
176
Michael Landoaa616442017-10-24 11:08:18 +0300177log.home_IS_UNDEFINED/ASDC/ASDC-BE/Error.log
178log.home_IS_UNDEFINED/ASDC/ASDC-BE/audit.log
179log.home_IS_UNDEFINED/ASDC/ASDC-BE/debug.log
180log.home_IS_UNDEFINED/ASDC/ASDC-BE/debug_by_package.log
181log.home_IS_UNDEFINED/ASDC/ASDC-BE/transaction.log
Michael Lando5b593492018-07-29 16:13:45 +0300182
Michael Landoaa616442017-10-24 11:08:18 +0300183node/*
184openecomp-be/tools/swagger-ui/api-docs/api.html
185openecomp-be/tools/swagger-ui/api-docs/api.json
186openecomp-ui/node/*
187sdc-os-chef/.idea/*
Yuli Shlosberg958c32d2018-02-15 12:04:46 +0200188
189catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/Artifact-Generator.properties
190catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/ecomp-error-configuration.yaml
191catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml
192catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/logback.xml
Yuli Shlosberg958c32d2018-02-15 12:04:46 +0200193
Michael Landoaa616442017-10-24 11:08:18 +0300194sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/attributes/default.rb
Michael Landoaa616442017-10-24 11:08:18 +0300195sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/SDC-*.zip
196sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/sdctool.tar
197sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/tools/*
198sdc-os-chef/sdc-normatives/chef-repo/cookbooks/sdc-normatives/files/default/normatives.tar.gz
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200199test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/testSuites/*
200ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/testSuites/*
201
Michael Landoed64b5e2017-06-09 03:19:04 +0300202sdnc-tests-new-frame-work/test-output/*
Michael Landoaa616442017-10-24 11:08:18 +0300203sdnc-tests-new-frame-work/test-output/**
204sdnc-tests/logs/wordnik.log
205sdnc-tests/test-output/*
206target/
207test-apis-ci/ExtentReport/*
208test-apis-ci/ExtentReport/ASDC_CI_Extent_Report.html
209test-apis-ci/extent.html
210test-apis-ci/logfile.log*
211test-apis-ci/test-output/*
212ui-ci/.tern-project
213ui-ci/ExtentReport/*
214ui-ci/logfile.log*
215ui-ci/src/main/resources/Files/output/*
216ui-ci/src/main/resources/Files/outputMainServiceTemplate/*
Michael Landoed64b5e2017-06-09 03:19:04 +0300217ui-ci/test-output/*
218ui-ci/test-output/Default suite/Default test.html
219ui-ci/test-output/Default suite/Default test.xml
220ui-ci/test-output/Default suite/testng-failed.xml
221ui-ci/test-output/emailable-report.html
222ui-ci/test-output/index.html
223ui-ci/test-output/old/Default suite/classes.html
Michael Landoed64b5e2017-06-09 03:19:04 +0300224ui-ci/test-output/old/Default suite/methods-alphabetical.html
Michael Landoaa616442017-10-24 11:08:18 +0300225ui-ci/test-output/old/Default suite/methods.html
Michael Landoed64b5e2017-06-09 03:19:04 +0300226ui-ci/test-output/old/Default suite/testng.xml.html
227ui-ci/test-output/old/Default suite/toc.html
228ui-ci/test-output/old/index.html
229ui-ci/test-output/testng-failed.xml
230ui-ci/test-output/testng-results.xml
Michael Landoaa616442017-10-24 11:08:18 +0300231utils/webseal-simulator/sdc-simulator/chef-repo/cookbooks/sdc-simulator/files/default/logback.xml
232vagrant-asdc-all-in-one/
Tal Gitelman51d50f02017-12-10 18:55:03 +0200233
234
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200235
Michael Lando5b593492018-07-29 16:13:45 +0300236ExtentReport/
237automationDownloadDir*/
238
Tal Gitelman51d50f02017-12-10 18:55:03 +0200239/asdctool/*.xls
240
241/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/tools/build/scripts/*
242
Michael Lando5b593492018-07-29 16:13:45 +0300243*.xls
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200244
Tal Gitelman88899662017-12-17 12:33:39 +0200245
246/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/attributes/default.rb
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200247
248/asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default/*
249/asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/default.rb
250/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/vsp_*
Yuli Shlosberg958c32d2018-02-15 12:04:46 +0200251
252
Michael Landoa5445102018-03-04 14:53:33 +0200253
254
255utils/DmaapPublisher/logs/*
256
257
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200258
Michael Landoa5445102018-03-04 14:53:33 +0200259
260
261utils/DmaapPublisher/logs/*
262
263*.xls
264
265
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200266
Michael Landoa5445102018-03-04 14:53:33 +0200267
268
Gitelman, Tal (tg851x)d9bb1bc2018-03-11 16:14:33 +0200269*normatives.tar.gz
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200270
Gitelman, Tal (tg851x)a5ce6e42018-03-19 17:05:55 +0200271
272/openecomp-ui/yarn.lock
Yuli Shlosberg17889832018-04-08 14:03:29 +0300273
274/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/Files/VNFs/*
Avi Zivc175a0d2018-03-15 13:21:44 +0200275
276/openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/init_keyspaces.cql
277/openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/init_schemas.cql
Tal Gitelman518c1d32018-05-03 16:18:03 +0300278
279asdctool/*.csv
280asdctool/test-output/*
Tal Gitelman7d05e162018-10-10 14:52:54 +0300281
282asdctool/report_delete_1538046694389.json
283asdctool/report_test_1538046722484.json