Skip to content

Commit

Permalink
add .distignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul0810 committed Dec 11, 2020
1 parent 3d42c00 commit ed71998
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/.git
.gitignore

/.idea
/.github
/.storybook

/tests
/node_modules
/assets/src
/vendor/bin
/vendor/composer/installers

.scrutinizer.yml
.travis.yml
.editorconfig
.babelrc
.jscrsrc
.jshintrc
.eslintignore
.eslintrc
.eslintrc.json
.prettierrc.json
.prettierignore
.stylelintrc.json
.huskyrc.json
.lintstagedrc.json
.distignore
.stylelintignore

sample-data/wordpress.sql
sample-data/sample-data.numbers
bower.json
composer.json
composer.lock
package.json
package-lock.json
phpunit.xml
phpunit.xml.dist
CHANGELOG.md
README.md
readme.md
phpcs.ruleset.xml
phpcs.xml.dist
CONTRIBUTING.md
CODE_OF_CONDUCT.md
contributing.md
postcss.config.js
webpack.config.js
docker-compose.yml
wp-textdomain.js

0 comments on commit ed71998

Please sign in to comment.