Files
sofarr/.dockerignore
Gronod de8563704a
All checks were successful
Build and Push Docker Image / build (push) Successful in 33s
security: ensure log files excluded recursively from git and Docker builds (issue #16)
*.log only matched root-level logs; add **/*.log to cover server/server.log
and any other subdirectory log files in both .gitignore and .dockerignore.
2026-05-16 15:08:44 +01:00

17 lines
155 B
Plaintext

node_modules/
.env
.env.example
.env.sample
.git/
.gitignore
.DS_Store
*.log
**/*.log
client/
dist/
build/
README.md
.dockerignore
Dockerfile
.gitea/
docs/