mirror of
https://gh.wpcy.net/https://github.com/lubusIN/blablablocks-slider-block.git
synced 2026-07-13 20:26:24 +08:00
- Add Gallery, multi-image, and Columns transforms into Slider - Add Auto/Custom slides-per-view support and allow zero autoplay delay - Improve image slider media selection flow - Add theme-aware navigation and pagination color support - Add unit and E2E test coverage - Update release packaging to exclude dev files and include runtime assets
41 lines
588 B
Text
41 lines
588 B
Text
# Files to be ignored in the plugin release
|
|
|
|
node_modules/
|
|
vendor/
|
|
.gitignore
|
|
update-google-fonts-json-file.js
|
|
update-version-and-changelog.js
|
|
package.json
|
|
src/
|
|
test/
|
|
.git
|
|
.github
|
|
_playground/
|
|
.wordpress-org
|
|
artifacts/
|
|
.browserslistrc
|
|
.distignore
|
|
.editorconfig
|
|
.eslintignore
|
|
.eslintrc.json
|
|
.husky/
|
|
.nvmrc
|
|
.prettierignore
|
|
.prettierrc.js
|
|
.stylelintignore
|
|
.stylelintrc.json
|
|
.wp-env.json
|
|
CONTRIBUTING.md
|
|
README.md
|
|
babel.config.js
|
|
composer.json
|
|
composer.lock
|
|
package-lock.json
|
|
playwright.config.js
|
|
playwright-report/
|
|
webpack.config.js
|
|
phpcs.xml.dist
|
|
phpunit.xml.dist
|
|
test-results/
|
|
tests/
|
|
bin/
|