Skip to content

Commit 2ef4c16

Browse files
committed
Built changes for v1.0.0 from develop 17d370c
1 parent 17d370c commit 2ef4c16

File tree

2,281 files changed

+184651
-1633
lines changed

Some content is hidden

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

2,281 files changed

+184651
-1633
lines changed

.github/CODEOWNERS

-6
This file was deleted.

.github/dependabot.yml

-27
This file was deleted.

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

-40
This file was deleted.

.github/workflows/built-branch.yml

-11
This file was deleted.

.github/workflows/built-release.yml

-12
This file was deleted.

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

-10
This file was deleted.

.github/workflows/update-changelog.yml

-28
This file was deleted.

.gitignore

+20-24
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
151
.DS_Store
16-
.DS_Store?
17-
.Spotlight-V100
18-
.Trashes
19-
ehthumbs.db
202
Thumbs.db
21-
.thumbsdb
22-
23-
# IDE files
24-
*.code-workspace
25-
.idea
26-
.vscode
3+
wp-cli.local.yml
4+
node_modules/
5+
*.sql
6+
*.tar.gz
7+
*.zip
8+
.phpunit.result.cache
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+
tests
21+
.phpcs
22+
Makefile

.phpcs/.gitkeep

Whitespace-only changes.

phpunit.xml

-15
This file was deleted.

tests/Extractor/FeedExtractorTest.php

-101
This file was deleted.

0 commit comments

Comments
 (0)