From 299fe50853b1d9febf224af3837ac1c28166a854 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 30 Sep 2024 09:08:43 +0200 Subject: [PATCH] test that ignore_directories remove subdirectories (ref #515) --- tests/sample/pictures/.venv/lib64/fake.png | 0 tests/sample/sigal.conf.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 tests/sample/pictures/.venv/lib64/fake.png diff --git a/tests/sample/pictures/.venv/lib64/fake.png b/tests/sample/pictures/.venv/lib64/fake.png new file mode 100644 index 0000000..e69de29 diff --git a/tests/sample/sigal.conf.py b/tests/sample/sigal.conf.py index 4d9ae39..bf31721 100644 --- a/tests/sample/sigal.conf.py +++ b/tests/sample/sigal.conf.py @@ -13,6 +13,7 @@ links = [ albums_sort_attr = ["meta.nokey", "nosuchattribute", "name"] +ignore_directories = [".venv*"] files_to_copy = (("../watermark.png", "watermark.png"),) plugins = [