Skip to content

Commit 1a8ef9f

Browse files
author
Jon Waldstein
committed
chore: update distignore file
1 parent 08052ba commit 1a8ef9f

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.distignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,61 @@
11
/.git
22
.gitignore
3+
.gitattributes
34

45
/.idea
56
/.github
67
/.storybook
8+
/.phpstan
9+
/.wordpress-org
710

11+
/bin
812
/tests
913
/node_modules
14+
/assets/src
15+
/assets/dist/**/*.map
1016
/vendor/bin
1117
/vendor/composer/installers
18+
/vendor/**/*.phar
1219

20+
.phpstorm.meta.php
21+
.travis.yml
1322
.editorconfig
1423
.babelrc
24+
25+
26+
/tests
27+
/node_modules
28+
/packages/form-builder/node_modules
29+
/assets/src
30+
/vendor/bin
31+
/vendor/composer/installers
32+
33+
.travis.yml
34+
.editorconfig
35+
.babelrc
36+
.babelrc.json
1537
.jscrsrc
1638
.jshintrc
1739
.eslintignore
1840
.eslintrc
1941
.eslintrc.json
2042
.prettierrc.json
2143
.prettierignore
44+
.phpcs.xml
2245
.stylelintrc.json
2346
.huskyrc.json
2447
.lintstagedrc.json
2548
.distignore
2649
.stylelintignore
50+
jsconfig.json
51+
globals.d.ts
52+
tsconfig.json
53+
phpstan.neon
2754

2855
sample-data/wordpress.sql
2956
sample-data/sample-data.numbers
3057
bower.json
58+
build.php
3159
composer.json
3260
composer.lock
3361
package.json
@@ -44,5 +72,14 @@ CODE_OF_CONDUCT.md
4472
contributing.md
4573
postcss.config.js
4674
webpack.config.js
75+
webpack.mix.js
76+
docker-compose.yml
77+
wp-textdomain.js
78+
.wp-env.json
79+
80+
# GH Action files
81+
DOCKER_ENV
82+
docker_tag
83+
output.log
4784
docker-compose.yml
4885
wp-textdomain.js

0 commit comments

Comments
 (0)