fix: add .dockerignore to prevent glibc yarn cache leaking into musl build
Workflow / build (push) Successful in 1m45s
Workflow / publish (push) Failing after 9s

This commit is contained in:
Ilia Mashkov
2026-05-25 13:57:35 +03:00
parent 5afb9c5d5d
commit 0518c84230
+9
View File
@@ -0,0 +1,9 @@
node_modules
.yarn/cache
.yarn/unplugged
.yarn/install-state.gz
dist
.git
.gitea
.svelte-kit
storybook-static