feat: fix

This commit is contained in:
Rick Rongen
2025-09-16 08:02:45 +02:00
parent 882c33a048
commit cdb942c714
2 changed files with 4 additions and 2 deletions

5
.gitignore vendored
View File

@@ -35,4 +35,7 @@ build/
.vscode/ .vscode/
### Mac OS ### ### Mac OS ###
.DS_Store .DS_Store
# Test mvn repo
tmp-repo/

1
.idea/vcs.xml generated
View File

@@ -2,6 +2,5 @@
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" /> <mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/spring-boot-parent" vcs="Git" />
</component> </component>
</project> </project>