diff options
| author | 2024-03-29 10:52:46 +0100 | |
|---|---|---|
| committer | 2024-03-29 10:52:46 +0100 | |
| commit | be259b13a7ab67c6a8917b764166468ef09a08a1 (patch) | |
| tree | 197aa07f68a795527a15df8e6e7f917fd7db289e /.gitignore | |
| parent | [chore] Bump express from 4.18.2 to 4.19.2 in /web/source (#2790) (diff) | |
| download | gotosocial-be259b13a7ab67c6a8917b764166468ef09a08a1.tar.xz | |
[chore] Vendor mkdocs fonts; update docs dependencies (#2789)
* [chore] Update docs dependencies
* update rtd deps
* aaaa
* why can't you just be normal!
* vendor social plugin fonts
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 7b856448c..a7a61ed2a 100644 --- a/.gitignore +++ b/.gitignore @@ -37,5 +37,6 @@ shell.nix /.idea/ /.fleet/ -# ignore cache dir from mkdocs serve -/.cache +# ignore cached pngs from mkdocs serve, +# while preserving cached fonts. +/docs/.cache/plugin/social/*.png |
