diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-13 21:06:06 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-13 21:06:06 +0200 |
commit | e10dbc3bfa58e478e18faf38e1b379f213bc8f08 (patch) | |
tree | 26c75a6e4a21af0d268a78477d6d57eed35361b8 /_config.yml | |
parent | add DEVELOPMENT.md (diff) | |
download | egor-tensin.github.io-e10dbc3bfa58e478e18faf38e1b379f213bc8f08.tar.gz egor-tensin.github.io-e10dbc3bfa58e478e18faf38e1b379f213bc8f08.zip |
ignore .wget/
It would get excluded from _site/ anyway, but would _still_ trigger
rebuilds.
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index c1368b2..f863614 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 |