Skip to content

Commit

Permalink
chore: Add .distignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnson committed Dec 7, 2023
1 parent 0da3225 commit 46412dd
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
/.git
.gitignore

/.idea
/.github
/.storybook

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

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

docker_tag
output.log
DOCKER_ENV
gulpfile.js
webpack.mix.js
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 46412dd

Please sign in to comment.