build: add Docker files to the .dockerignore
All checks were successful
actionlint check / actionlint check (pull_request) Successful in 2m42s
checkov check / checkov check (pull_request) Successful in 1m59s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 4s
conventional pull request title check / conventional pull request title check (pull_request) Successful in 2s
dotenv-linter check / dotenv-linter check (pull_request) Successful in 8s
GitLeaks check / GitLeaks check (pull_request) Successful in 7s
hadolint check / hadolint check (pull_request) Successful in 31s
htmlhint check / htmlhint check (pull_request) Successful in 9s
markdownlint check / markdownlint check (pull_request) Successful in 11s
Prettier check / Prettier check (pull_request) Successful in 10s
ShellCheck check / ShellCheck check (pull_request) Successful in 22s
Stylelint check / Stylelint check (pull_request) Successful in 24s
yamllint check / yamllint check (pull_request) Successful in 22s
Rust check / Rust check (pull_request) Successful in 27m21s

This commit is contained in:
Matouš Volf 2025-01-01 20:40:19 +01:00
parent d7c4b0788d
commit 3677cc343c
Signed by: matous-volf
GPG Key ID: A23C7E16096933BE

View File

@ -5,5 +5,8 @@
/node_modules/ /node_modules/
/static/ /static/
/target/ /target/
/docker-compose-dev.yaml .dockerignore
/docker-compose-prod.yaml /docker-compose-dev.yml
/docker-compose-prod.yml
/docker/dev/app/Dockerfile
/docker/prod/app/Dockerfile