Add simple wp-env config file
@@ -11,6 +11,7 @@ vendor/
.svnignore
.svn
.sandbox-config
+.wp-env.override.json
#Ignoring headstart and language files
*/languages/*
@@ -0,0 +1,5 @@
+{
+ "themes": [
+ "."
+ ]
+}