c4e94b364f
Added a simple wp-env file to import all of the themes into a wp-env instance. Added .wp-env.override.json to .gitignore so that those local customizations (mostly pointing to my local gutenberg instance) will be safely ignored
5 lines
30 B
JSON
5 lines
30 B
JSON
{
|
|
"themes": [
|
|
"."
|
|
]
|
|
}
|