Skip to content

Commit

Permalink
chore: update distignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Feb 6, 2025
1 parent 08052ba commit 1a8ef9f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,61 @@
/.git
.gitignore
.gitattributes

/.idea
/.github
/.storybook
/.phpstan
/.wordpress-org

/bin
/tests
/node_modules
/assets/src
/assets/dist/**/*.map
/vendor/bin
/vendor/composer/installers
/vendor/**/*.phar

.phpstorm.meta.php
.travis.yml
.editorconfig
.babelrc


/tests
/node_modules
/packages/form-builder/node_modules
/assets/src
/vendor/bin
/vendor/composer/installers

.travis.yml
.editorconfig
.babelrc
.babelrc.json
.jscrsrc
.jshintrc
.eslintignore
.eslintrc
.eslintrc.json
.prettierrc.json
.prettierignore
.phpcs.xml
.stylelintrc.json
.huskyrc.json
.lintstagedrc.json
.distignore
.stylelintignore
jsconfig.json
globals.d.ts
tsconfig.json
phpstan.neon

sample-data/wordpress.sql
sample-data/sample-data.numbers
bower.json
build.php
composer.json
composer.lock
package.json
Expand All @@ -44,5 +72,14 @@ CODE_OF_CONDUCT.md
contributing.md
postcss.config.js
webpack.config.js
webpack.mix.js
docker-compose.yml
wp-textdomain.js
.wp-env.json

# GH Action files
DOCKER_ENV
docker_tag
output.log
docker-compose.yml
wp-textdomain.js

0 comments on commit 1a8ef9f

Please sign in to comment.