Files
sofarr/.dockerignore
Gronod b6367076f9
All checks were successful
Build and Push Docker Image / build (push) Successful in 42s
CI / Security audit (push) Successful in 1m12s
CI / Tests & coverage (push) Successful in 1m17s
CI / Security audit (pull_request) Successful in 1m11s
CI / Tests & coverage (pull_request) Successful in 1m33s
fix: remove client/ from .dockerignore to fix Docker client-build stage
2026-05-21 00:16:51 +01:00

25 lines
267 B
Plaintext

node_modules/
.env
.env.example
.env.sample
.git/
.gitignore
.DS_Store
*.log
**/*.log
client/node_modules/
client/dist/
dist/
build/
coverage/
tests/
vitest.config.js
.markdownlint.json
README.md
CHANGELOG.md
SECURITY.md
LICENSE
.dockerignore
Dockerfile
.gitea/
docs/