Skip to content

Commit 4915843

Browse files
committed
Added .distignore for deployments.
1 parent e1c6c0d commit 4915843

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.distignore

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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

0 commit comments

Comments
 (0)