Skip to content

Commit 1149f90

Browse files
authoredMay 24, 2024
Add more things to ignore by default
1 parent 821af18 commit 1149f90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.distignore-defaults

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ codeception.*
1818
bun.lockb
1919

2020
bin/
21+
node_modules/
2122
tests/
2223
vendor/bin
2324
vendor/composer/installers
@@ -31,6 +32,7 @@ vendor/stellarwp/pup
3132
.editorconfig
3233
.eslintignore
3334
.eslintrc
35+
.eslintrc.js
3436
.eslintrc.json
3537
.huskyrc.json
3638
.jscrsrc
@@ -39,6 +41,7 @@ vendor/stellarwp/pup
3941
.nvmrc
4042
.phpstorm.meta.php
4143
.prettierignore
44+
.prettierrc.js
4245
.prettierrc.json
4346
.puprc
4447
.pup-distfiles
@@ -48,8 +51,10 @@ vendor/stellarwp/pup
4851
.pup-zip
4952
.stylelintignore
5053
.stylelintrc
54+
.stylelintrc.js
5155
.stylelintrc.json
5256
.travis.yml
57+
.wp-env.json
5358
globals.d.ts
5459
jsconfig.json
5560
phpstan.neon
@@ -79,9 +84,11 @@ phpunit.xml
7984
phpunit.xml.dist
8085
postcss.config.js
8186
readme.md
87+
tailwind.config.js
8288
tests.md
8389
webpack.config.js
8490
webpack.mix.js
91+
wordpress.webpack.config.js
8592
wp-textdomain.js
8693

8794
# GH Action files

0 commit comments

Comments
 (0)