File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ # A set of files you probably don't want in your WordPress.org distribution
2
+ .babelrc
3
+ .circleci
4
+ .deployignore
5
+ .distignore
6
+ .DS_Store
7
+ .editorconfig
8
+ .eslintignore
9
+ .eslintrc
10
+ .git
11
+ .gitignore
12
+ .gitlab-ci.yml
13
+ .travis.yml
14
+ Thumbs.db
15
+ behat.yml
16
+ bitbucket-pipelines.yml
17
+ bin
18
+ composer.json
19
+ composer.lock
20
+ dependencies.yml
21
+ Gruntfile.js
22
+ package.json
23
+ package-lock.json
24
+ phpunit.xml
25
+ 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
33
+ 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
42
+ tests
43
+ vendor
44
+ node_modules
45
+ *.sql
46
+ *.tar.gz
47
+ *.zip
48
+ *.sh
49
+ *.xml
50
+ *.yml
You can’t perform that action at this time.
0 commit comments