diff options
author | Vika <vika@fireburn.ru> | 2022-03-03 00:04:16 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-03-03 00:04:16 +0300 |
commit | b64f3add27bac6914ea1f8b2a5e801c7f73bcc76 (patch) | |
tree | df5b5e89dbf991f2389937cbf0a935f2dfa32687 /.gitignore | |
parent | 4de2f901a549f051c1a03b83fc114d38638dcbfb (diff) | |
download | kittybox-b64f3add27bac6914ea1f8b2a5e801c7f73bcc76.tar.zst |
fonts: init font update script
This will be used to embed fonts into the executable to not rely on Google Fonts anymore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fbaa011..e4d4a27 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ dump.rdb .\#* .*~ *~ -/test-dir \ No newline at end of file +/test-dir +fonts/* |