woocommerce/.gitignore

113 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-10-06 05:02:52 +00:00
# Operating System files
.DS_Store
Thumbs.db
# IDE files
.idea
.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
# Grunt
none
# Sass
.sass-cache/
# Logs
logs/
# Eslint
2021-11-05 12:54:57 +00:00
.eslintcache
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/
build-style.js
build-types/
2021-11-08 15:03:19 +00:00
dist/
2023-10-23 20:58:29 +00:00
oclif.manifest.json
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
# Unit tests
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
# E2E and API Test Results
test-results
.auth/
# Admin Feature config
plugins/woocommerce/includes/react-admin/feature-config.php
2022-03-30 03:21:46 +00:00
# PHP lint
phpcs-report.xml
#PHP Unit
.phpunit.result.cache
2022-05-20 07:08:01 +00:00
# Allure directories
allure-report
allure-results
# Code analyzer output and env
changes.json
.env
2023-10-23 21:35:51 +00:00
# Build Cache
.turbo
2023-10-23 21:35:51 +00:00
.wireit
# Support .gitkeep Files
!.gitkeep
# default docs manifest
/manifest.json
# Metrics tests
/artifacts
/plugins/*/artifacts
/tools/*/artifacts