Skip to content

Commit

Permalink
Add a .distignore for all of the files we want to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Jul 23, 2019
1 parent bedcef4 commit b7f114b
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# A set of files you probably don't want in your WordPress.org distribution
.babelrc
.deployignore
.distignore
.editorconfig
.eslintignore
.eslintrc
.git
.gitignore
.gitlab-ci.yml
.travis.yml
.DS_Store
Thumbs.db
behat.yml
bitbucket-pipelines.yml
bin
.circleci/config.yml
composer.json
composer.lock
dependencies.yml
Gruntfile.js
package.json
package-lock.json
phpunit.xml
phpunit.xml.dist
multisite.xml
multisite.xml.dist
.phpcs.xml
phpcs.xml
.phpcs.xml.dist
phpcs.xml.dist
README.md
webpack.config.js
wp-cli.local.yml
yarn.lock
tests
vendor
node_modules
*.sql
*.tar.gz
*.zip

0 comments on commit b7f114b

Please sign in to comment.