Add simple wp-env config file
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
This commit is contained in:
parent
cc4578088e
commit
c4e94b364f
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,6 +11,7 @@ vendor/
|
|||
.svnignore
|
||||
.svn
|
||||
.sandbox-config
|
||||
.wp-env.override.json
|
||||
|
||||
#Ignoring headstart and language files
|
||||
*/languages/*
|
||||
|
|
5
.wp-env.json
Normal file
5
.wp-env.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"themes": [
|
||||
"."
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue