blob: 51d111f2c95db980d4dbfbfc6ff4804eb06addd9 [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/
137data/compute.png
138data/loadbalancer.png
139data/mysql.png
140data/network.png
Michael Landoaa616442017-10-24 11:08:18 +0300141data/normative-types-DBMS.yml
Michael Landoed64b5e2017-06-09 03:19:04 +0300142data/normative-types-blockStorage.yml
143data/normative-types-compute.yml
144data/normative-types-database.yml
Michael Landoed64b5e2017-06-09 03:19:04 +0300145data/normative-types-network.yml
146data/normative-types-objectStorage.yml
147data/normative-types-root.yml
148data/normative-types-softwareComponent.yml
149data/normative-types-webApplication.yml
150data/normative-types-webServer.yml
151data/objectstore.png
152data/relational_db.png
153data/root.png
154data/router.png
155data/software.png
156data/volume.png
Tal Gitelman51d50f02017-12-10 18:55:03 +0200157
Michael Landoed64b5e2017-06-09 03:19:04 +0300158distribution-ci/logs/wordnik.log
159distribution-ci/logs/wordnik.log.1
160distribution-ci/logs/wordnik.log.10
161distribution-ci/logs/wordnik.log.2
162distribution-ci/logs/wordnik.log.3
163distribution-ci/logs/wordnik.log.4
164distribution-ci/logs/wordnik.log.5
165distribution-ci/logs/wordnik.log.6
166distribution-ci/logs/wordnik.log.7
167distribution-ci/logs/wordnik.log.8
168distribution-ci/logs/wordnik.log.9
Michael Landoaa616442017-10-24 11:08:18 +0300169dox-sequence-diagram-ui/node/*
Tal Gitelman51d50f02017-12-10 18:55:03 +0200170
Michael Landoa5445102018-03-04 14:53:33 +0200171
172
173
174
Michael Landoaa616442017-10-24 11:08:18 +0300175log.home_IS_UNDEFINED/ASDC/ASDC-BE/Error.log
176log.home_IS_UNDEFINED/ASDC/ASDC-BE/audit.log
177log.home_IS_UNDEFINED/ASDC/ASDC-BE/debug.log
178log.home_IS_UNDEFINED/ASDC/ASDC-BE/debug_by_package.log
179log.home_IS_UNDEFINED/ASDC/ASDC-BE/transaction.log
Michael Lando5b593492018-07-29 16:13:45 +0300180
Michael Landoaa616442017-10-24 11:08:18 +0300181node/*
182openecomp-be/tools/swagger-ui/api-docs/api.html
183openecomp-be/tools/swagger-ui/api-docs/api.json
184openecomp-ui/node/*
185sdc-os-chef/.idea/*
Yuli Shlosberg958c32d2018-02-15 12:04:46 +0200186
Yuli Shlosberg958c32d2018-02-15 12:04:46 +0200187catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/ecomp-error-configuration.yaml
188catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml
189catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/logback.xml
Yuli Shlosberg958c32d2018-02-15 12:04:46 +0200190
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200191test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/testSuites/*
192ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/testSuites/*
193
Michael Landoed64b5e2017-06-09 03:19:04 +0300194sdnc-tests-new-frame-work/test-output/*
Michael Landoaa616442017-10-24 11:08:18 +0300195sdnc-tests-new-frame-work/test-output/**
196sdnc-tests/logs/wordnik.log
197sdnc-tests/test-output/*
198target/
199test-apis-ci/ExtentReport/*
200test-apis-ci/ExtentReport/ASDC_CI_Extent_Report.html
201test-apis-ci/extent.html
202test-apis-ci/logfile.log*
203test-apis-ci/test-output/*
204ui-ci/.tern-project
205ui-ci/ExtentReport/*
206ui-ci/logfile.log*
207ui-ci/src/main/resources/Files/output/*
208ui-ci/src/main/resources/Files/outputMainServiceTemplate/*
Michael Landoed64b5e2017-06-09 03:19:04 +0300209ui-ci/test-output/*
210ui-ci/test-output/Default suite/Default test.html
211ui-ci/test-output/Default suite/Default test.xml
212ui-ci/test-output/Default suite/testng-failed.xml
213ui-ci/test-output/emailable-report.html
214ui-ci/test-output/index.html
215ui-ci/test-output/old/Default suite/classes.html
Michael Landoed64b5e2017-06-09 03:19:04 +0300216ui-ci/test-output/old/Default suite/methods-alphabetical.html
Michael Landoaa616442017-10-24 11:08:18 +0300217ui-ci/test-output/old/Default suite/methods.html
Michael Landoed64b5e2017-06-09 03:19:04 +0300218ui-ci/test-output/old/Default suite/testng.xml.html
219ui-ci/test-output/old/Default suite/toc.html
220ui-ci/test-output/old/index.html
221ui-ci/test-output/testng-failed.xml
222ui-ci/test-output/testng-results.xml
Michael Landoaa616442017-10-24 11:08:18 +0300223utils/webseal-simulator/sdc-simulator/chef-repo/cookbooks/sdc-simulator/files/default/logback.xml
224vagrant-asdc-all-in-one/
Tal Gitelman51d50f02017-12-10 18:55:03 +0200225
226
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200227
Michael Lando5b593492018-07-29 16:13:45 +0300228ExtentReport/
229automationDownloadDir*/
230
Tal Gitelman51d50f02017-12-10 18:55:03 +0200231/asdctool/*.xls
232
233/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/tools/build/scripts/*
234
Michael Lando5b593492018-07-29 16:13:45 +0300235*.xls
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200236
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200237/asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default/*
238/asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/default.rb
239/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/vsp_*
Yuli Shlosberg958c32d2018-02-15 12:04:46 +0200240
241
Michael Landoa5445102018-03-04 14:53:33 +0200242
243
244utils/DmaapPublisher/logs/*
245
246
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200247
Michael Landoa5445102018-03-04 14:53:33 +0200248
249
250utils/DmaapPublisher/logs/*
251
252*.xls
253
254
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200255
Michael Landoa5445102018-03-04 14:53:33 +0200256
257
Gitelman, Tal (tg851x)d9bb1bc2018-03-11 16:14:33 +0200258*normatives.tar.gz
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200259
Gitelman, Tal (tg851x)a5ce6e42018-03-19 17:05:55 +0200260
261/openecomp-ui/yarn.lock
Yuli Shlosberg17889832018-04-08 14:03:29 +0300262
263/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/Files/VNFs/*
Avi Zivc175a0d2018-03-15 13:21:44 +0200264
265/openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/init_keyspaces.cql
266/openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/init_schemas.cql
Tal Gitelman518c1d32018-05-03 16:18:03 +0300267
268asdctool/*.csv
269asdctool/test-output/*
Tal Gitelman7d05e162018-10-10 14:52:54 +0300270
271asdctool/report_delete_1538046694389.json
272asdctool/report_test_1538046722484.json
Tal Gitelman71b5dc02019-04-04 19:27:24 +0300273
Ben David, Elad (eb7504)ee64a642019-11-03 16:19:16 +0200274/ajcore*.txt
275**/.factorypath
276