Skip to content

Commit 8a3b838

Browse files
committed
Built changes for v1.2.0 from develop bb7d522
1 parent bb7d522 commit 8a3b838

32 files changed

+3316
-423
lines changed

.deployignore

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

.gitignore

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
1-
# Build files
2-
build
3-
vendor
4-
composer.lock
5-
node_modules
6-
7-
# Log files
8-
*.log
9-
10-
# Cache files
11-
.phpcs/*.json
12-
.phpunit.result.cache
13-
14-
# Ignore temporary OS files
1+
# Ignore file used during the push to the *-built branches.
152
.DS_Store
16-
.DS_Store?
17-
.Spotlight-V100
18-
.Trashes
19-
ehthumbs.db
203
Thumbs.db
21-
.thumbsdb
22-
23-
# IDE files
24-
*.code-workspace
25-
.idea
26-
.vscode
4+
wp-cli.local.yml
5+
node_modules/
6+
*.sql
7+
*.tar.gz
8+
*.zip
9+
.phpunit.result.cache
10+
Dockerfile
11+
output.log
12+
tests
13+
bin
14+
composer.lock
15+
phpcs.xml
16+
phpunit.xml
17+
configure.php
18+
DOCKER_ENV
19+
phpunit.xml
20+
tests
21+
.phpcs
22+
Makefile

.phpcs/.gitkeep

Whitespace-only changes.

phpcs.xml

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

phpunit.xml

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

0 commit comments

Comments
 (0)