Skip to content

Commit 889b8dd

Browse files
committed
chore: clean up gh-pages branch
Signed-off-by: BRIAN GLEESON <Brian.Gleeson@ie.ibm.com>
1 parent 8674856 commit 889b8dd

1,142 files changed

Lines changed: 3 additions & 212058 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bumpversion.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.cra/.cveignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/pr.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2424
hs_err_pid*
2525

26-
/**/target/
27-
/**/test-output/
26+
target/*
27+
test-output/*
2828
.settings/
2929
.classpath
3030
.project
3131
.factorypath
3232
*-apiref.json
33-
3433
.idea
3534
.openapi-generator/
3635
.openapi-generator-ignore
@@ -39,10 +38,9 @@ hs_err_pid*
3938
*.env
4039

4140
# Examples depedency file
42-
/**/dependency-reduced-pom.xml
41+
*/dependency-reduced-pom.xml
4342

4443
# files produced by "npm install" commands during build
4544
package-lock.json
4645
node_modules/
47-
4846
.vscode/

0 commit comments

Comments
 (0)