Files
Cedric f958fb7853
Build and Deploy Spring Boot Server / build (push) Successful in 3m41s
Fixed Auth and Connection issues
2026-07-04 17:31:21 +02:00

42 lines
511 B
Plaintext

HELP.md
target/
/docs/superpowers
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
.env
# Local debugging (not for CI/prod)
.env.local
Dockerfile.local
compose.local.yml
### 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/
.eclipse/