Skip to content

Commit ab5d58a

Browse files
committed
Built changes for v3.5.0 from main 32e64d7
1 parent 32e64d7 commit ab5d58a

File tree

9,192 files changed

+1249230
-2661
lines changed

Some content is hidden

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

9,192 files changed

+1249230
-2661
lines changed

.github/CODEOWNERS

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

.github/pull_request_template.md

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

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

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

.github/workflows/built-release.yml

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

.gitignore

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
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-
.php-cs-fixer.cache
14-
.php_cs.cache
15-
16-
# Ignore temporary OS files
171
.DS_Store
18-
.DS_Store?
19-
.Spotlight-V100
20-
.Trashes
21-
ehthumbs.db
2+
.github
3+
.phpcs
4+
.phpcs.xml
5+
.phpunit.result.cache
6+
.scaffolder
7+
.scoper
8+
*.sql
9+
*.tar.gz
10+
*.zip
11+
bin
12+
composer.lock
13+
configure.php
14+
DOCKER_ENV
15+
Dockerfile
16+
Makefile
17+
node_modules/
18+
output.log
19+
phpunit.xml
20+
phpunit.xml
21+
tests
22+
tests
2223
Thumbs.db
23-
.thumbsdb
24-
25-
# IDE files
26-
*.code-workspace
27-
.idea
28-
.vscode
24+
wp-cli.local.yml

.scaffolder/feature/config.yml

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

.scaffolder/feature/feature.php.hbs

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

.scaffolder/feature/test.php.hbs

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

phpunit.xml

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

tests/Alley/WP/Alleyvate/Features/CacheSlowQueriesTest.php

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

0 commit comments

Comments
 (0)