浏览代码

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

Add simple wp-env config file
Ben Dwyer 4 年之前
父节点
当前提交
80ff52eefb
共有 2 个文件被更改,包括 6 次插入0 次删除
  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": [
+    "."
+  ]
+}