File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ codeception.*
18
18
bun.lockb
19
19
20
20
bin/
21
+ node_modules/
21
22
tests/
22
23
vendor/bin
23
24
vendor/composer/installers
@@ -31,6 +32,7 @@ vendor/stellarwp/pup
31
32
.editorconfig
32
33
.eslintignore
33
34
.eslintrc
35
+ .eslintrc.js
34
36
.eslintrc.json
35
37
.huskyrc.json
36
38
.jscrsrc
@@ -39,6 +41,7 @@ vendor/stellarwp/pup
39
41
.nvmrc
40
42
.phpstorm.meta.php
41
43
.prettierignore
44
+ .prettierrc.js
42
45
.prettierrc.json
43
46
.puprc
44
47
.pup-distfiles
@@ -48,8 +51,10 @@ vendor/stellarwp/pup
48
51
.pup-zip
49
52
.stylelintignore
50
53
.stylelintrc
54
+ .stylelintrc.js
51
55
.stylelintrc.json
52
56
.travis.yml
57
+ .wp-env.json
53
58
globals.d.ts
54
59
jsconfig.json
55
60
phpstan.neon
@@ -79,9 +84,11 @@ phpunit.xml
79
84
phpunit.xml.dist
80
85
postcss.config.js
81
86
readme.md
87
+ tailwind.config.js
82
88
tests.md
83
89
webpack.config.js
84
90
webpack.mix.js
91
+ wordpress.webpack.config.js
85
92
wp-textdomain.js
86
93
87
94
# GH Action files
You can’t perform that action at this time.
0 commit comments