Explorar o código

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
Jason Crist %!s(int64=4) %!d(string=hai) anos
pai
achega
c4e94b364f
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 1 0
      .gitignore
  2. 5 0
      .wp-env.json

+ 1 - 0
.gitignore

@@ -11,6 +11,7 @@ vendor/
 .svnignore
 .svnignore
 .svn
 .svn
 .sandbox-config
 .sandbox-config
+.wp-env.override.json
 
 
 #Ignoring headstart and language files
 #Ignoring headstart and language files
 */languages/*
 */languages/*

+ 5 - 0
.wp-env.json

@@ -0,0 +1,5 @@
+{
+  "themes": [
+    "."
+  ]
+}