secont commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user