Files
Homme/.dockerignore
Mohammad Zwaib 3b2d705e62 secont commit
2026-07-07 20:10:24 +02:00

27 lines
353 B
Plaintext

# Build output & IDE/VCS noise (keeps the build context small)
target/
.git/
.gitattributes
.gitignore
.mvn/
mvnw
mvnw.cmd
.settings/
.classpath
.project
.factorypath
.springBeans
.sts4-cache/
.idea/
*.iml
*.iws
*.ipr
.vscode/
HELP.md
Dockerfile
.dockerignore
# NEVER bake secrets into the image — pass them at runtime (--env-file .env)
.env
**/.env