Update .dockerignore to ensure glyphs are included

[why]
This fixes the Docker image build after changes in 9633b4d moved
PowerlineSymbols.otf into a subdirectory. Previously, the
.dockerignore line for src/glyphs/*.* would exclude any
subdirectories in src/glyphs from being included. Without this
change, a complete font build fails.
This commit is contained in:
Wyatt Anderson 2021-12-15 17:46:28 +00:00 committed by Fini Jastrow
parent 329082d9da
commit f081dcf715

View file

@ -1,4 +1,4 @@
** **
!src/glyphs/*.* !src/glyphs
!font-patcher !font-patcher
!bin/scripts/docker-entrypoint.sh !bin/scripts/docker-entrypoint.sh