104 lines
1.3 KiB
Plaintext
104 lines
1.3 KiB
Plaintext
# Operating System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.idea
|
|
.vscode/*
|
|
project.xml
|
|
project.properties
|
|
.project
|
|
.settings*
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.sublimelinterrc
|
|
|
|
# Grunt
|
|
none
|
|
|
|
# Sass
|
|
.sass-cache/
|
|
|
|
# Logs
|
|
logs/
|
|
|
|
# Eslint Cache
|
|
.eslintcache
|
|
|
|
# Environment files
|
|
wp-cli.local.yml
|
|
yarn-error.log
|
|
npm-debug.log
|
|
.pnpm-debug.log
|
|
|
|
# Build files
|
|
*.sql
|
|
*.swp
|
|
*.zip
|
|
|
|
# Built packages
|
|
build/
|
|
build-module/
|
|
build-style/
|
|
build-types/
|
|
dist/
|
|
|
|
# Project files
|
|
node_modules/
|
|
vendor/
|
|
|
|
# TypeScript files
|
|
tsconfig.tsbuildinfo
|
|
|
|
# Node Package Dependencies
|
|
package-lock.json
|
|
|
|
# wp-env config
|
|
.wp-env.override.json
|
|
|
|
# Unit tests
|
|
tmp/
|
|
|
|
# Composer
|
|
vendor/
|
|
bin/composer/**/vendor/
|
|
lib/vendor/
|
|
contributors.md
|
|
contributors.html
|
|
|
|
# Yarn
|
|
yarn.lock
|
|
|
|
# Editors
|
|
nbproject/private/
|
|
|
|
# Test Results
|
|
test-results.json
|
|
|
|
# Admin Feature config
|
|
plugins/woocommerce/includes/react-admin/feature-config.php
|
|
|
|
# PHP lint
|
|
phpcs-report.xml
|
|
|
|
# Allure directories
|
|
allure-report
|
|
allure-results
|
|
|
|
# Code analyzer output and env
|
|
changes.json
|
|
.env
|
|
|
|
# Playwright output & working files
|
|
/plugins/woocommerce/tests/e2e-pw/output
|
|
/plugins/woocommerce/tests/e2e-pw/report
|
|
/plugins/woocommerce/tests/e2e-pw/storage
|
|
/plugins/woocommerce/tests/e2e-pw/test-results.json
|
|
/plugins/woocommerce/tests/api-core-tests/output
|
|
|
|
# Turborepo
|
|
.turbo
|
|
|
|
# Support .gitkeep Files
|
|
!.gitkeep
|