-
Notifications
You must be signed in to change notification settings - Fork 53
/
.distignore
70 lines (59 loc) · 854 Bytes
/
.distignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Files
#https://github.com/10up/action-wordpress-plugin-deploy/
#https://github.com/marketplace/actions/wordpress-plugin-svn-deploy
.DS_Store
*.zip
# Dependencies
node_modules
package-lock.json
package.json
composer.json
composer.lock
pnpm-lock.yaml
# PhpCs
/phpcs.xml
/phpcs_error.txt
/phpcs_error.csv
# Tests
/.wp-env.json
/artifacts
/test-results
/playwright-report
/playwright
/jest.config.js
/phpunit
/tests
# Build and Configuration
/.delete
/.todo
/.tools
/.wordpress-org
/bin
/webpack.config.js
/playwright.config.js
/packages
.eslintrc
# Lock
/.plugin
/.distignore
# Git Files
/.git
/.gitattributes
/.github
/.gitignore
# Linters and Formatters
/.editorconfig
/.eslintignore
/.eslintrc.json
/.lintstagedrc
/.prettierignore
/.prettierrc.js
/.stylelintrc.json
# IDE
/.vscode
/.ideas
/.design
# Documentation
/README.md
# Husky
/.husky