diff --git a/.gitignore b/.gitignore index c2ee65d..c5de688 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ transsocial-link-card +.wp-env.json diff --git a/.wp-env.json.default b/.wp-env.json.default new file mode 100644 index 0000000..22c03d7 --- /dev/null +++ b/.wp-env.json.default @@ -0,0 +1,11 @@ +{ + "plugins": [ + "./trans-pride-heading", + "./gradient-link-card", + "./chucks-responsive-flex-container" + ], + "themes": [ + "./chuck-theme", + "./transsocial-theme" + ] +}