This website requires JavaScript.
Explore
Help
Register
Sign In
fonts
/
nerd-fonts
Watch
1
Star
0
Fork
0
You've already forked nerd-fonts
mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced
2024-12-13 17:18:37 +02:00
Code
Issues
Releases
Activity
166b0262d8
nerd-fonts
/
.dockerignore
6 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Docker image
2020-03-05 19:40:18 +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.
2021-12-15 19:46:28 +02:00
!src/glyphs
Docker image
2020-03-05 19:40:18 +02:00
!font-patcher
!bin/scripts/docker-entrypoint.sh
Add codeclimate config [why] Code Climate configuration for Python is per default rather restrictive and would force us to split all stuff into too many files. [how] Have some faith in the cognitive capabilities of people. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2021-12-15 13:03:45 +02:00
!.codeclimate.yml
Reference in New Issue
Copy Permalink