19 lines
504 B
JSON
19 lines
504 B
JSON
|
|
{
|
||
|
|
"comment": "Globs (over Claude Design project paths) that designbook_pull.py mirrors into designbook/. Exclude _whynot-design-seed/** \u2014 it is a copy of THIS repo living in the cloud project and must not shadow the real source.",
|
||
|
|
"include": [
|
||
|
|
"ui_kits/**",
|
||
|
|
"preview/**",
|
||
|
|
"_ds_manifest.json",
|
||
|
|
"_ds_bundle.js",
|
||
|
|
"styles.css",
|
||
|
|
"colors_and_type.css"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"_whynot-design-seed/**",
|
||
|
|
"uploads/**",
|
||
|
|
"_check/**",
|
||
|
|
".thumbnail",
|
||
|
|
"assets/**"
|
||
|
|
]
|
||
|
|
}
|