Added dockerignore rule to allow all publish folders

This commit is contained in:
2026-03-07 17:05:47 +02:00
parent 48693e60c7
commit 3b637b3c76

View File

@@ -27,4 +27,5 @@ README.md
!.git/HEAD !.git/HEAD
!.git/config !.git/config
!.git/packed-refs !.git/packed-refs
!.git/refs/heads/** !.git/refs/heads/**
!**/publish/**