update gitignore and maven config for spring

This commit is contained in:
2025-10-01 08:55:28 +02:00
parent f2cbd64ccd
commit 5d09d3c6e0
2 changed files with 67 additions and 28 deletions

24
.gitignore vendored
View File

@@ -1,19 +1,10 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
.kotlin
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
### Eclipse ###
### STS ###
.apt_generated
.classpath
.factorypath
@@ -22,6 +13,12 @@ target/
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
@@ -34,6 +31,3 @@ build/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store