diff --git a/.fallowrc.json b/.fallowrc.json index 742200a..8599b11 100644 --- a/.fallowrc.json +++ b/.fallowrc.json @@ -1,6 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/fallow-rs/fallow/main/schema.json", - "ignorePatterns": ["dist/**", "node_modules/**", "coverage/**"], + "ignorePatterns": ["dist/**", "docs/dist/**", "node_modules/**", "coverage/**"], + "entry": ["docs/src/components/Footer.astro", "docs/src/styles/custom.css"], "rules": { "unused-files": "warn", "unused-exports": "warn",