File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ /.git
2
+ /.github
3
+ /.wordpress-org
4
+ /config
5
+ /node_modules
6
+ /src
7
+ /tests
8
+
9
+ .distignore
10
+ .gitattributes
11
+ .gitignore
12
+ .nvmrc
13
+ .wp-env.json
14
+ CHANGELOG.md
15
+ composer.json
16
+ composer.lock
17
+ grumphp.yml
18
+ LICENSE.md
19
+ package.json
20
+ package-lock.json
21
+ phpcs.xml.dist
22
+ phpunit.xml.dist
23
+ psalm.xml
24
+ README.md
25
+ webpack.config.js
Original file line number Diff line number Diff line change 3
3
/.wordpress-org export-ignore
4
4
/config export-ignore
5
5
/tests export-ignore
6
- /vendor / export-ignore
7
6
/node_modules export-ignore
8
7
9
8
/.gitattributes export-ignore
10
9
/.gitignore export-ignore
11
10
/.nvmrc export-ignore
12
11
/.wp-env.json export-ignore
13
12
/CHANGELOG.md export-ignore
13
+ /LICENSE.md export-ignore
14
14
/composer.json export-ignore
15
15
/composer.lock export-ignore
16
16
/grumphp.yml export-ignore
17
- /LICENSE.md export-ignore
18
17
/package.json export-ignore
19
18
/package-lock.json export-ignore
20
19
/phpcs.xml.dist export-ignore
Original file line number Diff line number Diff line change 1
1
# Directories/files that may be generated by this project
2
2
build
3
3
node_modules
4
+ vendor
4
5
coverage
5
6
.phpunit.result.cache
6
7
You can’t perform that action at this time.
0 commit comments