Tools: Update node env, composer packages, add wp-env

This commit is contained in:
Kelly Dwan 2024-08-26 17:43:31 -04:00
parent aecac300ce
commit 28b102bc4c
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
8 changed files with 25991 additions and 5724 deletions

31
.gitignore vendored
View file

@ -1,12 +1,31 @@
*.css.map
*.js.map
/**/.DS_STORE
/**/.idea
/**/.svn
/**/build
/**/node_modules
vendor
coverage
*.map
wp-cli.yml
/uploads
/db.php
# Allow local environment overrides.
.wp-env.override.json
.env/0-sandbox.php
# Configs from wporg-repo-tools.
.eslintrc.js
.prettierrc.js
.stylelintrc
phpcs.xml.dist
mu-plugins/vendor
mu-plugins/pub
mu-plugins/wporg-mu-plugins
mu-plugins/0-sandbox.php
node_modules
plugins/*
!plugins/wporg-5ftf
@ -14,7 +33,5 @@ plugins/*
themes/wporg-5ftf/css/style.css
themes/wporg-5ftf/css/style-editor.css
themes/pub
themes/wporg-parent-2021
themes/twenty*
/uploads
/db.php