Skip to content

Commit b9108b0

Browse files
committed
Merge branch 'master' into type_error
2 parents fb9c024 + 624d6ef commit b9108b0

11 files changed

Lines changed: 4460 additions & 4436 deletions

File tree

.distignore

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
# A set of files you probably don't want in your WordPress.org distribution
2-
.distignore
3-
.editorconfig
4-
.git
5-
.gitignore
6-
.gitlab-ci.yml
7-
.travis.yml
8-
.DS_Store
9-
Thumbs.db
10-
behat.yml
11-
bin
12-
circle.yml
13-
composer.json
14-
composer.lock
15-
Gruntfile.js
16-
package.json
17-
phpunit.xml
18-
phpunit.xml.dist
19-
multisite.xml
20-
multisite.xml.dist
21-
phpcs.xml
22-
phpcs.xml.dist
23-
README.md
24-
wp-cli.local.yml
25-
yarn.lock
26-
tests
27-
vendor
28-
node_modules
29-
*.sql
30-
*.tar.gz
31-
*.zip
32-
package-lock.json
33-
.github
34-
.wordpress-org
1+
# A set of files you probably don't want in your WordPress.org distribution
2+
.distignore
3+
.editorconfig
4+
.git
5+
.gitignore
6+
.gitlab-ci.yml
7+
.travis.yml
8+
.DS_Store
9+
Thumbs.db
10+
behat.yml
11+
bin
12+
circle.yml
13+
composer.json
14+
composer.lock
15+
Gruntfile.js
16+
package.json
17+
phpunit.xml
18+
phpunit.xml.dist
19+
multisite.xml
20+
multisite.xml.dist
21+
phpcs.xml
22+
phpcs.xml.dist
23+
README.md
24+
wp-cli.local.yml
25+
yarn.lock
26+
tests
27+
vendor
28+
node_modules
29+
*.sql
30+
*.tar.gz
31+
*.zip
32+
package-lock.json
33+
.github
34+
.wordpress-org

.gitignore

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
1-
# ignore PHPStorm extra directories
2-
.idea/
3-
4-
# Leave node_modules from git
5-
node_modules/
6-
7-
# sass cache
8-
.sass-cache
9-
10-
# map files
11-
*.map
12-
13-
# Skip package file from versoning
14-
*.zip
15-
*.sql
16-
*.tar.gz
17-
18-
# ignore git inside subproject
19-
admin/bsf-core/.git
20-
21-
# ignore PHPCS report files
22-
phpcs-summary.log
23-
phpcs-full.log
24-
25-
# Exclude OS specific files
26-
.DS_Store
27-
28-
# Exclude composer's directories
29-
vendor/
30-
31-
# Exclude exported settings
32-
borders-for-default-menu.json
33-
defaults.json
34-
no-toggle-border-fix.json
35-
cghooks.lock
36-
wp-cli.local.yml
1+
# ignore PHPStorm extra directories
2+
.idea/
3+
4+
# Leave node_modules from git
5+
node_modules/
6+
7+
# sass cache
8+
.sass-cache
9+
10+
# map files
11+
*.map
12+
13+
# Skip package file from versoning
14+
*.zip
15+
*.sql
16+
*.tar.gz
17+
18+
# ignore git inside subproject
19+
admin/bsf-core/.git
20+
21+
# ignore PHPCS report files
22+
phpcs-summary.log
23+
phpcs-full.log
24+
25+
# Exclude OS specific files
26+
.DS_Store
27+
28+
# Exclude composer's directories
29+
vendor/
30+
31+
# Exclude exported settings
32+
borders-for-default-menu.json
33+
defaults.json
34+
no-toggle-border-fix.json
35+
cghooks.lock
36+
wp-cli.local.yml
37+
config.bat

0 commit comments

Comments
 (0)