From f118133acb1963fff9234b6ef75776bb16b644b5 Mon Sep 17 00:00:00 2001 From: Sparow199 Date: Thu, 24 Oct 2019 22:24:14 +0200 Subject: [PATCH] refactor(*): Add docker && git ignore files to * modules fix #127 --- amqp-quickstart/.dockerignore | 4 +++ amqp-quickstart/.gitignore | 35 +++++++++++++++++++ apache-tika/.dockerignore | 4 +++ apache-tika/.gitignore | 35 +++++++++++++++++++ application-configuration/.dockerignore | 4 +++ application-configuration/.gitignore | 35 +++++++++++++++++++ application-lifecycle-events/.dockerignore | 4 +++ application-lifecycle-events/.gitignore | 35 +++++++++++++++++++ artemis-jms/.dockerignore | 4 +++ artemis-jms/.gitignore | 35 +++++++++++++++++++ dynamodb-client/.dockerignore | 4 +++ dynamodb-client/.gitignore | 35 +++++++++++++++++++ getting-started-async/.dockerignore | 4 +++ getting-started-async/.gitignore | 35 +++++++++++++++++++ getting-started-knative/.dockerignore | 4 +++ getting-started-knative/.gitignore | 35 +++++++++++++++++++ getting-started-testing/.dockerignore | 4 +++ getting-started-testing/.gitignore | 35 +++++++++++++++++++ getting-started/.dockerignore | 4 +++ getting-started/.gitignore | 35 +++++++++++++++++++ hibernate-orm-panache-resteasy/.dockerignore | 4 +++ hibernate-orm-panache-resteasy/.gitignore | 35 +++++++++++++++++++ hibernate-orm-resteasy/.dockerignore | 4 +++ hibernate-orm-resteasy/.gitignore | 35 +++++++++++++++++++ hibernate-search-elasticsearch/.dockerignore | 4 +++ hibernate-search-elasticsearch/.gitignore | 35 +++++++++++++++++++ infinispan-client/.dockerignore | 4 +++ infinispan-client/.gitignore | 35 +++++++++++++++++++ kafka-quickstart/.dockerignore | 4 +++ kafka-quickstart/.gitignore | 35 +++++++++++++++++++ kafka-streams-quickstart/.gitignore | 35 +++++++++++++++++++ microprofile-fault-tolerance/.dockerignore | 4 +++ microprofile-fault-tolerance/.gitignore | 35 +++++++++++++++++++ microprofile-health/.dockerignore | 4 +++ microprofile-health/.gitignore | 35 +++++++++++++++++++ microprofile-messaging-mqtt/.dockerignore | 4 +++ microprofile-messaging-mqtt/.gitignore | 35 +++++++++++++++++++ microprofile-metrics/.dockerignore | 4 +++ microprofile-metrics/.gitignore | 35 +++++++++++++++++++ rest-client-multipart/.dockerignore | 4 +++ rest-client-multipart/.gitignore | 35 +++++++++++++++++++ rest-client/.dockerignore | 4 +++ rest-client/.gitignore | 35 +++++++++++++++++++ rest-json/.dockerignore | 4 +++ rest-json/.gitignore | 35 +++++++++++++++++++ scheduling-periodic-tasks/.dockerignore | 4 +++ scheduling-periodic-tasks/.gitignore | 35 +++++++++++++++++++ tests-with-coverage/.dockerignore | 4 +++ tests-with-coverage/.gitignore | 35 +++++++++++++++++++ using-jwt-rbac/.dockerignore | 4 +++ using-jwt-rbac/.gitignore | 35 +++++++++++++++++++ using-openapi-swaggerui/.gitignore | 35 +++++++++++++++++++ using-openid-connect/.dockerignore | 4 +++ using-openid-connect/.gitignore | 35 +++++++++++++++++++ using-opentracing/.dockerignore | 4 +++ using-opentracing/.gitignore | 35 +++++++++++++++++++ using-reactive-routes/.dockerignore | 4 +++ using-reactive-routes/.gitignore | 35 +++++++++++++++++++ .../.gitignore | 35 +++++++++++++++++++ using-spring-data-jpa/.dockerignore | 4 +++ using-spring-data-jpa/.gitignore | 35 +++++++++++++++++++ using-spring-di/.dockerignore | 4 +++ using-spring-di/.gitignore | 35 +++++++++++++++++++ using-spring-web/.dockerignore | 4 +++ using-spring-web/.gitignore | 35 +++++++++++++++++++ using-vertx/.dockerignore | 4 +++ using-vertx/.gitignore | 35 +++++++++++++++++++ using-websockets/.dockerignore | 4 +++ using-websockets/.gitignore | 35 +++++++++++++++++++ validation/.dockerignore | 4 +++ validation/.gitignore | 35 +++++++++++++++++++ 71 files changed, 1431 insertions(+) create mode 100644 amqp-quickstart/.dockerignore create mode 100644 amqp-quickstart/.gitignore create mode 100644 apache-tika/.dockerignore create mode 100644 apache-tika/.gitignore create mode 100644 application-configuration/.dockerignore create mode 100644 application-configuration/.gitignore create mode 100644 application-lifecycle-events/.dockerignore create mode 100644 application-lifecycle-events/.gitignore create mode 100644 artemis-jms/.dockerignore create mode 100644 artemis-jms/.gitignore create mode 100644 dynamodb-client/.dockerignore create mode 100644 dynamodb-client/.gitignore create mode 100644 getting-started-async/.dockerignore create mode 100644 getting-started-async/.gitignore create mode 100644 getting-started-knative/.dockerignore create mode 100644 getting-started-knative/.gitignore create mode 100644 getting-started-testing/.dockerignore create mode 100644 getting-started-testing/.gitignore create mode 100644 getting-started/.dockerignore create mode 100644 getting-started/.gitignore create mode 100644 hibernate-orm-panache-resteasy/.dockerignore create mode 100644 hibernate-orm-panache-resteasy/.gitignore create mode 100644 hibernate-orm-resteasy/.dockerignore create mode 100644 hibernate-orm-resteasy/.gitignore create mode 100644 hibernate-search-elasticsearch/.dockerignore create mode 100644 hibernate-search-elasticsearch/.gitignore create mode 100644 infinispan-client/.dockerignore create mode 100644 infinispan-client/.gitignore create mode 100644 kafka-quickstart/.dockerignore create mode 100644 kafka-quickstart/.gitignore create mode 100644 kafka-streams-quickstart/.gitignore create mode 100644 microprofile-fault-tolerance/.dockerignore create mode 100644 microprofile-fault-tolerance/.gitignore create mode 100644 microprofile-health/.dockerignore create mode 100644 microprofile-health/.gitignore create mode 100644 microprofile-messaging-mqtt/.dockerignore create mode 100644 microprofile-messaging-mqtt/.gitignore create mode 100644 microprofile-metrics/.dockerignore create mode 100644 microprofile-metrics/.gitignore create mode 100644 rest-client-multipart/.dockerignore create mode 100644 rest-client-multipart/.gitignore create mode 100644 rest-client/.dockerignore create mode 100644 rest-client/.gitignore create mode 100644 rest-json/.dockerignore create mode 100644 rest-json/.gitignore create mode 100644 scheduling-periodic-tasks/.dockerignore create mode 100644 scheduling-periodic-tasks/.gitignore create mode 100644 tests-with-coverage/.dockerignore create mode 100644 tests-with-coverage/.gitignore create mode 100644 using-jwt-rbac/.dockerignore create mode 100644 using-jwt-rbac/.gitignore create mode 100644 using-openapi-swaggerui/.gitignore create mode 100644 using-openid-connect/.dockerignore create mode 100644 using-openid-connect/.gitignore create mode 100644 using-opentracing/.dockerignore create mode 100644 using-opentracing/.gitignore create mode 100644 using-reactive-routes/.dockerignore create mode 100644 using-reactive-routes/.gitignore create mode 100644 using-software-transactional-memory/.gitignore create mode 100644 using-spring-data-jpa/.dockerignore create mode 100644 using-spring-data-jpa/.gitignore create mode 100644 using-spring-di/.dockerignore create mode 100644 using-spring-di/.gitignore create mode 100644 using-spring-web/.dockerignore create mode 100644 using-spring-web/.gitignore create mode 100644 using-vertx/.dockerignore create mode 100644 using-vertx/.gitignore create mode 100644 using-websockets/.dockerignore create mode 100644 using-websockets/.gitignore create mode 100644 validation/.dockerignore create mode 100644 validation/.gitignore diff --git a/amqp-quickstart/.dockerignore b/amqp-quickstart/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/amqp-quickstart/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/amqp-quickstart/.gitignore b/amqp-quickstart/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/amqp-quickstart/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/apache-tika/.dockerignore b/apache-tika/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/apache-tika/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/apache-tika/.gitignore b/apache-tika/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/apache-tika/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/application-configuration/.dockerignore b/application-configuration/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/application-configuration/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/application-configuration/.gitignore b/application-configuration/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/application-configuration/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/application-lifecycle-events/.dockerignore b/application-lifecycle-events/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/application-lifecycle-events/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/application-lifecycle-events/.gitignore b/application-lifecycle-events/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/application-lifecycle-events/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/artemis-jms/.dockerignore b/artemis-jms/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/artemis-jms/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/artemis-jms/.gitignore b/artemis-jms/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/artemis-jms/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/dynamodb-client/.dockerignore b/dynamodb-client/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/dynamodb-client/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/dynamodb-client/.gitignore b/dynamodb-client/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/dynamodb-client/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/getting-started-async/.dockerignore b/getting-started-async/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/getting-started-async/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/getting-started-async/.gitignore b/getting-started-async/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/getting-started-async/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/getting-started-knative/.dockerignore b/getting-started-knative/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/getting-started-knative/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/getting-started-knative/.gitignore b/getting-started-knative/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/getting-started-knative/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/getting-started-testing/.dockerignore b/getting-started-testing/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/getting-started-testing/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/getting-started-testing/.gitignore b/getting-started-testing/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/getting-started-testing/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/getting-started/.dockerignore b/getting-started/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/getting-started/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/getting-started/.gitignore b/getting-started/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/getting-started/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/hibernate-orm-panache-resteasy/.dockerignore b/hibernate-orm-panache-resteasy/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/hibernate-orm-panache-resteasy/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/hibernate-orm-panache-resteasy/.gitignore b/hibernate-orm-panache-resteasy/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/hibernate-orm-panache-resteasy/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/hibernate-orm-resteasy/.dockerignore b/hibernate-orm-resteasy/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/hibernate-orm-resteasy/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/hibernate-orm-resteasy/.gitignore b/hibernate-orm-resteasy/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/hibernate-orm-resteasy/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/hibernate-search-elasticsearch/.dockerignore b/hibernate-search-elasticsearch/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/hibernate-search-elasticsearch/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/hibernate-search-elasticsearch/.gitignore b/hibernate-search-elasticsearch/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/hibernate-search-elasticsearch/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/infinispan-client/.dockerignore b/infinispan-client/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/infinispan-client/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/infinispan-client/.gitignore b/infinispan-client/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/infinispan-client/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/kafka-quickstart/.dockerignore b/kafka-quickstart/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/kafka-quickstart/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/kafka-quickstart/.gitignore b/kafka-quickstart/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/kafka-quickstart/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/kafka-streams-quickstart/.gitignore b/kafka-streams-quickstart/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/kafka-streams-quickstart/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/microprofile-fault-tolerance/.dockerignore b/microprofile-fault-tolerance/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/microprofile-fault-tolerance/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/microprofile-fault-tolerance/.gitignore b/microprofile-fault-tolerance/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/microprofile-fault-tolerance/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/microprofile-health/.dockerignore b/microprofile-health/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/microprofile-health/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/microprofile-health/.gitignore b/microprofile-health/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/microprofile-health/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/microprofile-messaging-mqtt/.dockerignore b/microprofile-messaging-mqtt/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/microprofile-messaging-mqtt/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/microprofile-messaging-mqtt/.gitignore b/microprofile-messaging-mqtt/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/microprofile-messaging-mqtt/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/microprofile-metrics/.dockerignore b/microprofile-metrics/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/microprofile-metrics/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/microprofile-metrics/.gitignore b/microprofile-metrics/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/microprofile-metrics/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/rest-client-multipart/.dockerignore b/rest-client-multipart/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/rest-client-multipart/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/rest-client-multipart/.gitignore b/rest-client-multipart/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/rest-client-multipart/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/rest-client/.dockerignore b/rest-client/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/rest-client/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/rest-client/.gitignore b/rest-client/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/rest-client/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/rest-json/.dockerignore b/rest-json/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/rest-json/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/rest-json/.gitignore b/rest-json/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/rest-json/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/scheduling-periodic-tasks/.dockerignore b/scheduling-periodic-tasks/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/scheduling-periodic-tasks/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/scheduling-periodic-tasks/.gitignore b/scheduling-periodic-tasks/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/scheduling-periodic-tasks/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/tests-with-coverage/.dockerignore b/tests-with-coverage/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/tests-with-coverage/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/tests-with-coverage/.gitignore b/tests-with-coverage/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/tests-with-coverage/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/using-jwt-rbac/.dockerignore b/using-jwt-rbac/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/using-jwt-rbac/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/using-jwt-rbac/.gitignore b/using-jwt-rbac/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/using-jwt-rbac/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/using-openapi-swaggerui/.gitignore b/using-openapi-swaggerui/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/using-openapi-swaggerui/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/using-openid-connect/.dockerignore b/using-openid-connect/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/using-openid-connect/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/using-openid-connect/.gitignore b/using-openid-connect/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/using-openid-connect/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/using-opentracing/.dockerignore b/using-opentracing/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/using-opentracing/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/using-opentracing/.gitignore b/using-opentracing/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/using-opentracing/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/using-reactive-routes/.dockerignore b/using-reactive-routes/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/using-reactive-routes/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/using-reactive-routes/.gitignore b/using-reactive-routes/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/using-reactive-routes/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/using-software-transactional-memory/.gitignore b/using-software-transactional-memory/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/using-software-transactional-memory/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/using-spring-data-jpa/.dockerignore b/using-spring-data-jpa/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/using-spring-data-jpa/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/using-spring-data-jpa/.gitignore b/using-spring-data-jpa/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/using-spring-data-jpa/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/using-spring-di/.dockerignore b/using-spring-di/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/using-spring-di/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/using-spring-di/.gitignore b/using-spring-di/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/using-spring-di/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/using-spring-web/.dockerignore b/using-spring-web/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/using-spring-web/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/using-spring-web/.gitignore b/using-spring-web/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/using-spring-web/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/using-vertx/.dockerignore b/using-vertx/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/using-vertx/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/using-vertx/.gitignore b/using-vertx/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/using-vertx/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/using-websockets/.dockerignore b/using-websockets/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/using-websockets/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/using-websockets/.gitignore b/using-websockets/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/using-websockets/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file diff --git a/validation/.dockerignore b/validation/.dockerignore new file mode 100644 index 0000000000..b86c7ac340 --- /dev/null +++ b/validation/.dockerignore @@ -0,0 +1,4 @@ +* +!target/*-runner +!target/*-runner.jar +!target/lib/* \ No newline at end of file diff --git a/validation/.gitignore b/validation/.gitignore new file mode 100644 index 0000000000..087a18358f --- /dev/null +++ b/validation/.gitignore @@ -0,0 +1,35 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file