From 5790c4695e222e693f02b6d807a1127c6c6b2bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ko=C5=82ecki?= Date: Thu, 12 Jan 2023 13:15:56 +0100 Subject: [PATCH] Updated .gitignore --- .gitignore | 4 +++- pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index dcbaf2a..a019e42 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ *.ipr out/ !**/src/main/**/out/ -!**/src/test/**/out/ \ No newline at end of file +!**/src/test/**/out/ +target/ +/.idea/ \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4595ad8..282d020 100644 --- a/pom.xml +++ b/pom.xml @@ -8,10 +8,10 @@ 2.3.1.RELEASE - com.release11.klaus - Klaus + com.release11.mockedservices + MockedServices 0.0.1-SNAPSHOT - Klaus + MockedServices Mockup service for integration tests