1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-25 20:18:01 +02:00

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
!bin/scripts/docker-entrypoint.sh