File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 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
2855sample-data/wordpress.sql
2956sample-data/sample-data.numbers
3057bower.json
58+ build.php
3159composer.json
3260composer.lock
3361package.json
@@ -44,5 +72,14 @@ CODE_OF_CONDUCT.md
4472contributing.md
4573postcss.config.js
4674webpack.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
4784docker-compose.yml
4885wp-textdomain.js
You can’t perform that action at this time.
0 commit comments