blob: fce6bc94391d7710e726e7f6bedcdb4e12ace1a4 [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
Tal Gitelman51d50f02017-12-10 18:55:03 +02009# IntelliJ IDE
10#------------------------------------------------------------
11**/.idea/
12/out/
13*.iml
vasraz56031c92020-04-15 10:21:49 +010014*.ipr
15*.iws
Tal Gitelman51d50f02017-12-10 18:55:03 +020016
Michael Landoa5445102018-03-04 14:53:33 +020017# Logs
18#------------------------------------------------------------
19*.log
vasraze7f2dfb2020-11-30 17:55:36 +000020**/logs/*
21/log
Michael Landoa5445102018-03-04 14:53:33 +020022
vasraze7f2dfb2020-11-30 17:55:36 +000023# Excluded Script Folder
24#------------------------------------------------------------
Michael Landoa5445102018-03-04 14:53:33 +020025xFolder
26
Michael Landoaa616442017-10-24 11:08:18 +030027# Maven
Tal Gitelman51d50f02017-12-10 18:55:03 +020028#------------------------------------------------------------
29**/target/
30pom.xml.tag
31pom.xml.releaseBackup
32pom.xml.versionsBackup
33version.properties
Michael Landoa5445102018-03-04 14:53:33 +020034*dependency-reduced-pom.xml
vasraze7f2dfb2020-11-30 17:55:36 +000035ajcore*.txt
Tal Gitelman51d50f02017-12-10 18:55:03 +020036
vasraze7f2dfb2020-11-30 17:55:36 +000037# sdc-os-chef
38#------------------------------------------------------------
Michael Landoaa616442017-10-24 11:08:18 +030039*.class
vasraz56031c92020-04-15 10:21:49 +010040
Tal Gitelman51d50f02017-12-10 18:55:03 +020041# Package Files
42#------------------------------------------------------------
Michael Landoaa616442017-10-24 11:08:18 +030043*.ear
Michael Landoaa616442017-10-24 11:08:18 +030044*.jar
Michael Landoa5445102018-03-04 14:53:33 +020045*.war
vasraz56031c92020-04-15 10:21:49 +010046
Michael Landoa5445102018-03-04 14:53:33 +020047#Gradle
vasraze7f2dfb2020-11-30 17:55:36 +000048#------------------------------------------------------------
Michael Landoa5445102018-03-04 14:53:33 +020049.gradle/*
50*/*.gradle
51*/settings.gradle
52*/gradlew.bat
53*/gradlew
54gradlew.bat
55gradlew
56settings.gradle
57
vasraze7f2dfb2020-11-30 17:55:36 +000058# asdctool
59#------------------------------------------------------------
60asdctool/*.csv
61asdctool/report_delete_1538046694389.json
62asdctool/report_test_1538046722484.json
63asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/default.rb
64asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default/*
65asdctool/test-output/*
66asdctool/tosca/*
Tal Gitelman51d50f02017-12-10 18:55:03 +020067
vasraze7f2dfb2020-11-30 17:55:36 +000068# catalog-be
69#------------------------------------------------------------
70catalog-be/data/*
71catalog-be/.pydevproject
72catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/ecomp-error-configuration.yaml
73catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml
74catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default/logback.xml
75catalog-be/sdc-backend/context.xml
76catalog-be/src/main/java/META-INF/MANIFEST.MF
77catalog-be/test-output/*
78
79# catalog-fe
80#------------------------------------------------------------
81catalog-fe/src/main/webapp/*
Tal Gitelman51d50f02017-12-10 18:55:03 +020082
83# catalog-ui
84#------------------------------------------------------------
Michael Landoa5445102018-03-04 14:53:33 +020085catalog-ui/app/dist/*
Michael Landoed64b5e2017-06-09 03:19:04 +030086catalog-ui/app/robots.txt
Michael Landoaa616442017-10-24 11:08:18 +030087catalog-ui/app/scripts/**/*.js
88catalog-ui/app/scripts/**/*.js.map
89catalog-ui/app/scripts/references.ts
90catalog-ui/app/scripts/tsconfig.json
Michael Landoed64b5e2017-06-09 03:19:04 +030091catalog-ui/app/tsconfig.json
vasraze7f2dfb2020-11-30 17:55:36 +000092catalog-ui/Chrome*
93catalog-ui/dist
94catalog-ui/.editorconfig
95catalog-ui/.jshintrc
Michael Landoaa616442017-10-24 11:08:18 +030096catalog-ui/node/*
97catalog-ui/node_modules/
98catalog-ui/npm-debug.log
vasraze7f2dfb2020-11-30 17:55:36 +000099catalog-ui/package-lock.json
100catalog-ui/PhantomJS_1.9.8_(Windows_7_0.0.0)/*
101catalog-ui/tests/Coverage/*
102catalog-ui/*.tmp.txt
103catalog-ui/.yo-rc.json
104
105*.checkstyle
106*.css
107*.css.map
108
109# data
110#------------------------------------------------------------
Michael Landoed64b5e2017-06-09 03:19:04 +0300111data/compute.png
112data/loadbalancer.png
113data/mysql.png
114data/network.png
115data/normative-types-blockStorage.yml
116data/normative-types-compute.yml
117data/normative-types-database.yml
vasraze7f2dfb2020-11-30 17:55:36 +0000118data/normative-types-DBMS.yml
Michael Landoed64b5e2017-06-09 03:19:04 +0300119data/normative-types-network.yml
120data/normative-types-objectStorage.yml
121data/normative-types-root.yml
122data/normative-types-softwareComponent.yml
123data/normative-types-webApplication.yml
124data/normative-types-webServer.yml
125data/objectstore.png
126data/relational_db.png
127data/root.png
128data/router.png
129data/software.png
130data/volume.png
Tal Gitelman51d50f02017-12-10 18:55:03 +0200131
vasraze7f2dfb2020-11-30 17:55:36 +0000132# dox-sequence-diagram-ui
133#------------------------------------------------------------
Michael Landoaa616442017-10-24 11:08:18 +0300134dox-sequence-diagram-ui/node/*
Tal Gitelman51d50f02017-12-10 18:55:03 +0200135
vasraze7f2dfb2020-11-30 17:55:36 +0000136**/.factorypath
Michael Landoa5445102018-03-04 14:53:33 +0200137
vasraze7f2dfb2020-11-30 17:55:36 +0000138*.kpf
Michael Landoa5445102018-03-04 14:53:33 +0200139
vasraze7f2dfb2020-11-30 17:55:36 +0000140.metadata/
Michael Lando5b593492018-07-29 16:13:45 +0300141
Michael Landoaa616442017-10-24 11:08:18 +0300142node/*
vasraze7f2dfb2020-11-30 17:55:36 +0000143*normatives.tar.gz
144
145# openecomp-be
146#------------------------------------------------------------
147openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/vsp_*
148openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/alter_tables.cql
149openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/init_keyspaces.cql
150openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/init_schemas.cql
Michael Landoaa616442017-10-24 11:08:18 +0300151openecomp-be/tools/swagger-ui/api-docs/api.html
152openecomp-be/tools/swagger-ui/api-docs/api.json
vasraze7f2dfb2020-11-30 17:55:36 +0000153
154# openecomp-ui
155#------------------------------------------------------------
Michael Landoaa616442017-10-24 11:08:18 +0300156openecomp-ui/node/*
vasraze7f2dfb2020-11-30 17:55:36 +0000157openecomp-ui/yarn.lock
158
159*.orig
160
161.project
162/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/tools/build/scripts/*
163
164# sdc-os-chef
165#------------------------------------------------------------
Michael Landoaa616442017-10-24 11:08:18 +0300166sdc-os-chef/.idea/*
Yuli Shlosberg958c32d2018-02-15 12:04:46 +0200167
vasraze7f2dfb2020-11-30 17:55:36 +0000168# test-apis-ci
169#------------------------------------------------------------
170test-apis-ci/extent.html
Michael Landoaa616442017-10-24 11:08:18 +0300171test-apis-ci/ExtentReport/*
172test-apis-ci/ExtentReport/ASDC_CI_Extent_Report.html
Michael Landoaa616442017-10-24 11:08:18 +0300173test-apis-ci/logfile.log*
vasraze7f2dfb2020-11-30 17:55:36 +0000174test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/testSuites/*
Michael Landoaa616442017-10-24 11:08:18 +0300175test-apis-ci/test-output/*
vasraze7f2dfb2020-11-30 17:55:36 +0000176
177# ui-ci
178#------------------------------------------------------------
Michael Landoaa616442017-10-24 11:08:18 +0300179ui-ci/ExtentReport/*
180ui-ci/logfile.log*
181ui-ci/src/main/resources/Files/output/*
182ui-ci/src/main/resources/Files/outputMainServiceTemplate/*
vasraze7f2dfb2020-11-30 17:55:36 +0000183ui-ci/.tern-project
Michael Landoed64b5e2017-06-09 03:19:04 +0300184ui-ci/test-output/*
vasraze7f2dfb2020-11-30 17:55:36 +0000185
186#------------------------------------------------------------
Michael Landoaa616442017-10-24 11:08:18 +0300187utils/webseal-simulator/sdc-simulator/chef-repo/cookbooks/sdc-simulator/files/default/logback.xml
188vagrant-asdc-all-in-one/
vasraze7f2dfb2020-11-30 17:55:36 +0000189Vagrantfile
Tal Gitelman51d50f02017-12-10 18:55:03 +0200190
Michael Lando5b593492018-07-29 16:13:45 +0300191*.xls