Explorar o código

Merge pull request #3237 from Automattic/enhance/add-wp-env

Add simple wp-env config file
Ben Dwyer %!s(int64=4) %!d(string=hai) anos
pai
achega
80ff52eefb
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
 .svn
 .sandbox-config
+.wp-env.override.json
 
 #Ignoring headstart and language files
 */languages/*

+ 5 - 0
.wp-env.json

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