site-library/sync-playground.json
2025-03-08 21:04:49 +01:00

17 lines
286 B
JSON

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