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
|
|
|
|
2022-03-29 07:21:57 +00:00
|
|
|
# Excluded IDE Files for developer experience tooling within workspace
|
|
|
|
!.vscode/tasks.json
|
|
|
|
|
2021-12-14 16:21:37 +00:00
|
|
|
# Grunt
|
|
|
|
none
|
|
|
|
|
|
|
|
# Sass
|
|
|
|
.sass-cache/
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs/
|
|
|
|
|
2021-11-05 12:54:57 +00:00
|
|
|
# Eslint Cache
|
|
|
|
.eslintcache
|
|
|
|
|
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/
|
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
|
|
|
|
|
|
|
# Test Results
|
|
|
|
test-results.json
|
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
|