diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-10 09:19:17 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-10 09:22:49 +0200 |
commit | e3fc8fb419878656b995503a4335d82596ed55ba (patch) | |
tree | dd29fea668643fe0dce80266e45773149834402f | |
parent | bump dependencies (diff) | |
download | blog-e3fc8fb419878656b995503a4335d82596ed55ba.tar.gz blog-e3fc8fb419878656b995503a4335d82596ed55ba.zip |
consistent .gitignore entries
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ /.jekyll-cache/ -_site/ -.wget/ +/_site/ +/.wget/ |