2018-02-13 19:03:53 +00:00
|
|
|
# Editors
|
|
|
|
project.xml
|
|
|
|
project.properties
|
|
|
|
/nbproject/private/
|
|
|
|
.buildpath
|
|
|
|
.project
|
|
|
|
.settings*
|
|
|
|
.idea
|
|
|
|
.vscode
|
2021-12-01 08:50:28 +00:00
|
|
|
!.vscode/extensions.json
|
2021-12-21 17:08:57 +00:00
|
|
|
!.vscode/storybook.code-snippets
|
2018-02-13 19:03:53 +00:00
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
|
|
|
.sublimelinterrc
|
|
|
|
|
|
|
|
# Grunt
|
|
|
|
/node_modules/
|
|
|
|
none
|
|
|
|
|
|
|
|
# Sass
|
|
|
|
.sass-cache/
|
|
|
|
|
|
|
|
# OS X metadata
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Windows junk
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# ApiGen
|
|
|
|
/wc-apidocs/
|
|
|
|
|
|
|
|
# Behat/CLI Tests
|
|
|
|
tests/cli/installer
|
|
|
|
tests/cli/composer.phar
|
|
|
|
tests/cli/composer.lock
|
|
|
|
tests/cli/composer.json
|
|
|
|
tests/cli/vendor
|
|
|
|
|
|
|
|
# Unit tests
|
|
|
|
/tmp
|
|
|
|
/tests/bin/tmp
|
2021-10-08 10:58:44 +00:00
|
|
|
/reports
|
2018-02-13 19:03:53 +00:00
|
|
|
|
2023-04-17 12:01:41 +00:00
|
|
|
# E2E tests
|
|
|
|
/tests/e2e-tests/config/local-*.json
|
2023-08-08 16:58:12 +00:00
|
|
|
**/e2e/test-results/
|
|
|
|
**/e2e/artifacts/
|
2023-05-05 11:03:36 +00:00
|
|
|
/artifacts/
|
2023-08-08 16:58:12 +00:00
|
|
|
/playwright-report/
|
2023-12-08 16:44:59 +00:00
|
|
|
**/e2e/.auth
|
2024-03-04 18:27:58 +00:00
|
|
|
**/e2e/bin/themes/*.zip
|
|
|
|
**/e2e/utils/performance/reports/
|
2023-04-17 12:01:41 +00:00
|
|
|
|
2018-02-13 19:03:53 +00:00
|
|
|
# Logs
|
|
|
|
/logs
|
|
|
|
|
|
|
|
# Composer
|
2018-11-13 19:12:32 +00:00
|
|
|
/vendor/
|
|
|
|
|
|
|
|
# Built files
|
|
|
|
/build/
|
2019-03-13 13:59:12 +00:00
|
|
|
bin/languages
|
2021-12-16 10:35:25 +00:00
|
|
|
bin/eslint-plugin-woocommerce/node_modules/
|
2019-07-09 11:37:25 +00:00
|
|
|
woocommerce-gutenberg-products-block.zip
|
2020-01-30 20:59:14 +00:00
|
|
|
storybook-static/
|
2020-01-31 20:04:37 +00:00
|
|
|
blocks.ini
|
2020-02-11 17:23:23 +00:00
|
|
|
/wp-content/
|
2020-06-17 20:28:11 +00:00
|
|
|
/.wp-env.override.json
|
2021-01-17 19:06:24 +00:00
|
|
|
/eslint_report.json
|
2021-06-21 09:58:57 +00:00
|
|
|
/storybook/dist
|
2023-04-21 11:07:37 +00:00
|
|
|
.phpunit.result.cache
|