diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-13 21:06:45 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-13 21:06:45 +0200 |
commit | 28c0799bfcb0f2e6c8b3d78fb6633cf94ecc0de8 (patch) | |
tree | 1f56ea25fadf12debe1a71cd27f7c9d54ad18c01 /_config.yml | |
parent | add DEVELOPMENT.md (diff) | |
download | blog-28c0799bfcb0f2e6c8b3d78fb6633cf94ecc0de8.tar.gz blog-28c0799bfcb0f2e6c8b3d78fb6633cf94ecc0de8.zip |
ignore .wget/
It would get excluded from _site/ anyway, but would _still_ trigger
rebuilds.
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 29d274b..b9a424b 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,7 @@ show_drafts: true strict_front_matter: true exclude: + - .wget/ - DEVELOPMENT.md - Makefile - prelude.mk |