Skip to content

Commit f3f3487

Browse files
committed
Trimmed down .distignore to only the needed includes and excludes.
1 parent 2196ad8 commit f3f3487

File tree

1 file changed

+13
-40
lines changed

1 file changed

+13
-40
lines changed

Diff for: .distignore

+13-40
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,23 @@
1-
# A set of files you probably don't want in your WordPress.org distribution
2-
.babelrc
1+
+ php52/vendor/bin
2+
+ vendor/bin
3+
- bin
34
.circleci
4-
.deployignore
55
.distignore
6-
.DS_Store
7-
.editorconfig
8-
.eslintignore
9-
.eslintrc
106
.git
117
.gitignore
12-
.gitlab-ci.yml
13-
.travis.yml
14-
Thumbs.db
15-
behat.yml
16-
bitbucket-pipelines.yml
17-
bin
8+
.phplint.yml
9+
Dockerfile
10+
Gruntfile.js
11+
Makefile
12+
build.sh
1813
composer.json
1914
composer.lock
20-
dependencies.yml
21-
Gruntfile.js
22-
package.json
15+
docker-compose.yml
16+
helpers
2317
package-lock.json
24-
phpunit.xml
18+
package.json
19+
php-lint.sh
2520
phpunit.xml.dist
26-
multisite.xml
27-
multisite.xml.dist
28-
.phpcs.xml
29-
phpcs.xml
30-
.phpcs.xml.dist
31-
phpcs.xml.dist
32-
README.md
3321
readme.md
34-
webpack.config.js
35-
wp-cli.local.yml
36-
yarn.lock
37-
Makefile
38-
Dockerfile
39-
docker-compose.yml
40-
.phplint.yml
41-
assets
4222
tests
43-
vendor
44-
node_modules
45-
*.sql
46-
*.tar.gz
47-
*.zip
48-
*.sh
49-
*.xml
50-
*.yml
23+
assets

0 commit comments

Comments
 (0)