mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
34 lines
446 B
Text
34 lines
446 B
Text
.distignore
|
|
.editorconfig
|
|
.gitattributes
|
|
.gitignore
|
|
.eslintrc
|
|
.ddev
|
|
.git*
|
|
.phpstorm*
|
|
.idea
|
|
*.env*
|
|
.psalm*
|
|
tests
|
|
*.xml*
|
|
.phpunit.result.cache
|
|
babel.config.json
|
|
node_modules
|
|
modules/*/resources/css
|
|
modules/*/resources/js/**/*.js
|
|
*.lock
|
|
webpack.config.js
|
|
wp-cli.yml
|
|
ngrok.yml
|
|
composer.json
|
|
package.json
|
|
package-lock.json
|
|
.composer_compiled_assets
|
|
assets-compiler.json
|
|
patchwork.json
|
|
.babelrc
|
|
README.md
|
|
wordpress_org_assets
|
|
.DS_Store
|
|
auth.json
|
|
*.log
|