chore: Add initial project files and configurations

This commit is contained in:
2024-06-11 09:41:10 +02:00
committed by Elias Schriefer
parent 96efd6085a
commit f30a93a8ba
9 changed files with 554 additions and 1 deletions

33
.gitignore vendored
View File

@@ -1,2 +1,33 @@
.idea/
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/