mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-07-27 01:47:51 +08:00
40 lines
740 B
Text
40 lines
740 B
Text
# Do not track private authentication details
|
|
auth.json
|
|
.npmrc
|
|
.env*
|
|
|
|
# Exclude runtime artifacts by file types
|
|
*.cache
|
|
*.bak
|
|
*.log
|
|
*.zip
|
|
.DS_Store
|
|
|
|
# Ignore IDE settings
|
|
/.idea/
|
|
.vscode
|
|
|
|
/vendor/
|
|
/build/
|
|
node_modules
|
|
modules/*/vendor/*
|
|
modules/*/assets/*
|
|
!modules/ppcp-wc-gateway/assets/images
|
|
!tests/qa/resources/files/*.zip
|
|
!tests/qa-legacy-ui/resources/files/*.zip
|
|
!.env.example*
|
|
.composer_compiled_assets
|
|
/coverage/
|
|
/assets
|
|
!modules/ppcp-local-alternative-payment-methods/assets/images
|
|
tests/inc/inpsyde/
|
|
|
|
playwright-utils
|
|
playwright-report*
|
|
snapshots
|
|
playwright/.cache
|
|
storage-states
|
|
test-results
|
|
/tests/qa/resources/files/woocommerce-paypal-payments*.zip
|
|
/tests/qa/resources/files/woocommerce-subscriptions*.zip
|
|
.google-session.json
|