From ebd7bc5e1fa11456941346b0588d3a941819ba55 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 20 Feb 2025 09:35:55 +0100 Subject: [PATCH] Do not package ephemeral Node.js & Tailwind files --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f3d078..1e2e73d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,14 @@ source-includes = [ "CONTRIBUTING.md", ] includes = ["pelican/"] -excludes = ["**/.DS_Store", "**/test_data/**", "tasks.py"] +excludes = [ + "**/.DS_Store", + "**/package-lock.json", + "**/node_modules", + "**/tailwind.config.js", + "**/test_data/**", + "tasks.py", +] [tool.autopub] project-name = "Tailwind CSS"