Skip to content

Commit fd243fc

Browse files
committed
Built changes for v0.6.2 from production 13e2813
1 parent 13e2813 commit fd243fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1215
-1647
lines changed

.deployignore

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/all-pr-tests.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

.github/workflows/built-branch.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/built-release.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/dependabot-auto-approve.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/dependabot-auto-merge.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/update-changelog.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/upgrade-wordpress-plugin.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.gitignore

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
.DS_Store
2-
.vscode
3-
.npm
42
Thumbs.db
53
wp-cli.local.yml
64
node_modules/
7-
composer.lock
85
*.sql
96
*.tar.gz
107
*.zip
11-
.phpcs/*.json
128
.phpunit.result.cache
13-
14-
# Client build files
15-
client/build/
16-
/vendor
9+
Dockerfile
10+
output.log
11+
.github
12+
tests
13+
bin
14+
composer.lock
15+
.phpcs.xml
16+
phpunit.xml
17+
configure.php
18+
DOCKER_ENV
19+
phpunit.xml
20+
.phpcs
21+
Makefile

0 commit comments

Comments
 (0)