-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.distignore
79 lines (79 loc) · 1.09 KB
/
.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
71
72
73
74
75
76
77
78
79
# A set of files you probably don't want in your WordPress.org distribution
*.code-workspace
*.sql
*.tar.gz
*.zip
.DS_Store
.babelrc
.distignore
.editorconfig
.env.testing
.env.testing.dist
.env.testing.linux.dist
.env.testing.mac.dist
.eslintrc.js
.git
.gitattributes
.github
.gitignore
.idea
.php-cs-fixer.cache
.phpcs.xml
.phplint-cache
.phplint.yml
.rsync-filters-post-build
.rsync-filters-pro-build
.travis.yml
.vscode
.wordpress-org
/assets/jsx
/assets_wp
/bundled/**
/dev-workspace
/dist
/json_translations.sh
/json_translations.sh.dist
/node_modules
/package-lock.json
/package.json
/report.csv
/scripts
/vendor
/version.txt
/webpack.config.js
/yarn.lock
CONTRIBUTING.md
Gruntfile.js
README-build.md
README.md
RoboFile.php
Thumbs.db
bin
build.xml
builder
builder.yml
builder.yml.dist
codeception.dist.yml
composer.json
composer.lock
cs
cypress
cypress.json
jest.config.js
jsconfig.json
json_translations.sh.dist
mix-manifest.json
node_modules
package-lock.json
package.json
phpcs.xml
phpunit.xml
psalm.xml
ray-dist.php
ray.php
screenshot-*.png
tailwind.config.js
tests
vendor/bin
webpack.config.js
webpack.mix.js