diff options
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 |
