diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-13 21:04:54 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-13 21:05:16 +0200 |
commit | 34b9fcc83f7c53c3cf856f1d6b1ef7b244aacb76 (patch) | |
tree | e4db1b9ed974b3e625baa476ffed49c8bae59dab | |
parent | add DEVELOPMENT.md (diff) | |
download | jekyll-theme-34b9fcc83f7c53c3cf856f1d6b1ef7b244aacb76.tar.gz jekyll-theme-34b9fcc83f7c53c3cf856f1d6b1ef7b244aacb76.zip |
ignore .wget/
It would be 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 6f901b1..12bc960 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 |