2021-10-06 05:02:52 +00:00
|
|
|
# Operating System files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# IDE files
|
|
|
|
.idea
|
2022-03-29 07:21:57 +00:00
|
|
|
.vscode/*
|
2021-11-08 15:03:19 +00:00
|
|
|
project.xml
|
|
|
|
project.properties
|
|
|
|
.project
|
|
|
|
.settings*
|
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
|
|
|
.sublimelinterrc
|
2021-10-06 05:02:52 +00:00
|
|
|
|
2021-12-14 16:21:37 +00:00
|
|
|
# Grunt
|
|
|
|
none
|
|
|
|
|
|
|
|
# Sass
|
|
|
|
.sass-cache/
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs/
|
|
|
|
|
2023-08-15 06:21:51 +00:00
|
|
|
# Eslint
|
2021-11-05 12:54:57 +00:00
|
|
|
.eslintcache
|
2023-08-15 06:21:51 +00:00
|
|
|
eslint_report.json
|
2021-11-05 12:54:57 +00:00
|
|
|
|
2021-10-06 05:02:52 +00:00
|
|
|
# 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/
|
2023-07-17 17:25:14 +00:00
|
|
|
build-style.js
|
2022-03-18 21:22:06 +00:00
|
|
|
build-types/
|
2021-11-08 15:03:19 +00:00
|
|
|
dist/
|
2021-10-06 05:02:52 +00:00
|
|
|
|
|
|
|
# Project files
|
|
|
|
node_modules/
|
|
|
|
vendor/
|
|
|
|
|
|
|
|
# TypeScript files
|
|
|
|
tsconfig.tsbuildinfo
|
|
|
|
|
2021-12-09 14:21:01 +00:00
|
|
|
# Node Package Dependencies
|
|
|
|
package-lock.json
|
|
|
|
|
2021-10-06 05:02:52 +00:00
|
|
|
# wp-env config
|
|
|
|
.wp-env.override.json
|
2021-10-28 19:32:31 +00:00
|
|
|
|
|
|
|
# Unit tests
|
2021-12-14 16:21:37 +00:00
|
|
|
tmp/
|
|
|
|
|
|
|
|
# Composer
|
|
|
|
vendor/
|
|
|
|
bin/composer/**/vendor/
|
|
|
|
lib/vendor/
|
|
|
|
contributors.md
|
|
|
|
contributors.html
|
|
|
|
|
|
|
|
# Yarn
|
|
|
|
yarn.lock
|
|
|
|
|
|
|
|
# Editors
|
|
|
|
nbproject/private/
|
2021-12-08 17:47:31 +00:00
|
|
|
|
2022-12-19 06:33:22 +00:00
|
|
|
# E2E and API Test Results
|
|
|
|
test-results
|
2022-03-21 17:49:44 +00:00
|
|
|
|
|
|
|
# Admin Feature config
|
|
|
|
plugins/woocommerce/includes/react-admin/feature-config.php
|
2022-03-30 03:21:46 +00:00
|
|
|
|
|
|
|
# PHP lint
|
|
|
|
phpcs-report.xml
|
2022-05-20 07:05:41 +00:00
|
|
|
|
2023-08-02 06:19:59 +00:00
|
|
|
#PHP Unit
|
|
|
|
.phpunit.result.cache
|
|
|
|
|
2022-05-20 07:08:01 +00:00
|
|
|
# Allure directories
|
|
|
|
allure-report
|
|
|
|
allure-results
|
|
|
|
|
2022-09-06 03:51:28 +00:00
|
|
|
# Code analyzer output and env
|
2022-07-21 07:37:59 +00:00
|
|
|
changes.json
|
2022-09-06 03:51:28 +00:00
|
|
|
.env
|
2022-07-21 07:37:59 +00:00
|
|
|
|
2022-06-09 21:40:07 +00:00
|
|
|
# Turborepo
|
|
|
|
.turbo
|
2022-09-07 20:57:15 +00:00
|
|
|
|
|
|
|
# Support .gitkeep Files
|
|
|
|
!.gitkeep
|