36 lines
508 B
Plaintext
Executable File
36 lines
508 B
Plaintext
Executable File
|
|
# Directories/files that may be generated by this project
|
|
node_modules/
|
|
/dist
|
|
docs/**/dist
|
|
build
|
|
build-module
|
|
build-style
|
|
languages/*
|
|
!languages/README.md
|
|
woocommerce-admin.zip
|
|
includes/feature-config.php
|
|
storybook/wordpress
|
|
storybook-static/
|
|
tests/e2e/screenshots/*
|
|
|
|
# Directories/files that may appear in your environment
|
|
.DS_Store
|
|
Thumbs.db
|
|
wp-cli.local.yml
|
|
*.sql
|
|
*.swp
|
|
*.tar.gz
|
|
*.tgz
|
|
*.zip
|
|
.idea
|
|
.vscode/
|
|
|
|
# Composer
|
|
/vendor/
|
|
/vendor-bin/
|
|
/bin/composer/**/vendor/
|
|
|
|
# wp-env config
|
|
.wp-env.override.json
|