mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-06-10 11:54:14 +08:00
- Move and merge ignore files - Move README.md as E2E_TESTS.md - Move tsconfig.js - Move .wp-env.json - Move .env.example.e2e
32 lines
601 B
Text
32 lines
601 B
Text
/vendor/
|
|
/build/
|
|
/.idea/
|
|
node_modules
|
|
.phpunit.result.cache
|
|
phpunit.xml.dist.bak
|
|
yarn-error.log
|
|
modules/*/vendor/*
|
|
modules/*/assets/*
|
|
!modules/ppcp-wc-gateway/assets/images
|
|
*.zip
|
|
!tests/qa/resources/files/*.zip
|
|
!tests/qa-legacy-ui/resources/files/*.zip
|
|
.env*
|
|
!.env.example*
|
|
auth.json
|
|
.DS_Store
|
|
tests/.DS_Store
|
|
.composer_compiled_assets
|
|
/coverage/
|
|
assets
|
|
tests/inc/inpsyde/
|
|
|
|
.vscode
|
|
playwright-utils
|
|
playwright-report*
|
|
playwright/.cache
|
|
storage-states
|
|
test-results
|
|
/tests/qa/resources/files/woocommerce-paypal-payments*.zip
|
|
/tests/qa/resources/files/woocommerce-subscriptions*.zip
|
|
.google-session.json
|