This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/sync-polycraft.json
2025-03-11 23:15:32 +01:00

17 lines
302 B
JSON

{
"debug": true,
"matching": [
"src/**",
"*.md",
"*.json",
"*.cjs",
"docs",
"packages/imagetools/**",
"scripts",
"meta/**",
"tests/**",
"*.mjs",
"!node_modules/**",
"!ref/**"
]
}