Updated .gitignore

This commit is contained in:
2023-01-12 13:15:56 +01:00
parent 7ed15e4274
commit 5790c4695e
2 changed files with 6 additions and 4 deletions

4
.gitignore vendored
View File

@@ -4,4 +4,6 @@
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
!**/src/test/**/out/
target/
/.idea/

View File

@@ -8,10 +8,10 @@
<version>2.3.1.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.release11.klaus</groupId>
<artifactId>Klaus</artifactId>
<groupId>com.release11.mockedservices</groupId>
<artifactId>MockedServices</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Klaus</name>
<name>MockedServices</name>
<description>Mockup service for integration tests</description>
<properties>