mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-21 02:26:10 +08:00
* fix: switch was not working properly in some cases * update: revert wp-scripts version to 28.0.0 to add support for older WordPress versions * update: revert wp-scripts to 27.9.0 * add: support for react-jsx-runtime in older versions of WordPress * update: version to the latest wp-scripts 30.3.0 * update: add lib/ to gitignore * update: plugin name
20 lines
211 B
Text
20 lines
211 B
Text
.idea/
|
|
node_modules/
|
|
.sass-cache/
|
|
build/
|
|
lib/
|
|
log/
|
|
vendor/
|
|
composer.lock
|
|
npm-debug.log
|
|
.DS_Store
|
|
bin/.env
|
|
*/node_modules
|
|
!assets/dev/*
|
|
assets/js/
|
|
coverage/
|
|
.phpunit.result.cache
|
|
.editorconfig
|
|
.vscode
|
|
.env
|
|
*.zip
|