Skip to content

Commit

Permalink
#40 Add .distignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lushkant authored Jul 29, 2020
1 parent d691efb commit 17ead3d
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Directories
/.wordpress-org
/.git
/.github
/.babelrc
/.eslintignore
/phpcs.xml
/node_modules
/tests
/bin
/phpunit.xml

# Exclude vendor folder, except required dependencies.
/vendor
!/vendor/composer
!/vendor/autoload.php

# Files
.babelrc
.distignore
.eslintignore
.eslintrc.json
.gitignore
.editorconfig
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CREDITS.md
LICENSE.md
README.md
composer.json
composer.lock
package-lock.json
yarn.lock
package.json
phpcs.xml
phpunit.xml
webpack.config.js
webpack.gutenberg.config.js

0 comments on commit 17ead3d

Please sign in to comment.