27 lines
375 B
Text
27 lines
375 B
Text
# Maven
|
|
target/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
!**/src/main/**/target/
|
|
!**/src/test/**/target/
|
|
|
|
# IDE-spezifische Dateien
|
|
.idea/
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
.vscode/
|
|
.settings/
|
|
.classpath
|
|
.project
|
|
.factorypath
|
|
|
|
# Temporäre Dateien
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Lokale Konfigurationsdateien
|
|
src/main/resources/application-local.properties
|
|
|
|
# Devcontainer Volumen
|
|
.devcontainer/postgres-data/
|