Files
sofarr/.gitignore
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

8 lines
57 B
Plaintext

node_modules/
.env
dist/
build/
.DS_Store
*.log
**/*.log