Browse Source

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

Add simple wp-env config file
Ben Dwyer 4 years ago
parent
commit
80ff52eefb
2 changed files with 6 additions and 0 deletions
  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": [
+    "."
+  ]
+}