woocommerce/.gitignore

86 lines
1007 B
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
# Excluded IDE Files for developer experience tooling within workspace
!.vscode/tasks.json
# 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/
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
# 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
# Test Results
test-results.json
# Admin Feature config
plugins/woocommerce/includes/react-admin/feature-config.php
2022-03-30 03:21:46 +00:00
# PHP lint
phpcs-report.xml