This commit is contained in:
parent
898a6baf7c
commit
1c67f7a338
2 changed files with 22 additions and 12 deletions
10
.distignore
10
.distignore
|
@ -1,11 +1,7 @@
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
.php_cs
|
|
||||||
.svnignore
|
|
||||||
.wordpress-org
|
.wordpress-org
|
||||||
.wp-env.json
|
.wp-env.json
|
||||||
_config.yml
|
|
||||||
_site
|
|
||||||
bin
|
bin
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
CODE_OF_CONDUCT.md
|
CODE_OF_CONDUCT.md
|
||||||
|
@ -13,21 +9,15 @@ composer.json
|
||||||
composer.lock
|
composer.lock
|
||||||
Dockerfile
|
Dockerfile
|
||||||
docs
|
docs
|
||||||
docker-compose-test.yml
|
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
FEDERATION.md
|
FEDERATION.md
|
||||||
Gruntfile.js
|
Gruntfile.js
|
||||||
Makefile
|
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
package.json
|
package.json
|
||||||
phpcs.xml
|
phpcs.xml
|
||||||
phpunit.xml
|
phpunit.xml
|
||||||
phpunit.xml.dist
|
|
||||||
README.md
|
README.md
|
||||||
readme.md
|
|
||||||
SECURITY.md
|
|
||||||
src
|
src
|
||||||
tests
|
tests
|
||||||
vendor
|
vendor
|
||||||
|
|
24
.gitattributes
vendored
24
.gitattributes
vendored
|
@ -1,2 +1,22 @@
|
||||||
/tests export-ignore
|
.gitignore export-ignore
|
||||||
/bin export-ignore
|
.wp-env.json export-ignore
|
||||||
|
bin export-ignore
|
||||||
|
CHANGELOG.md export-ignore
|
||||||
|
CODE_OF_CONDUCT.md export-ignore
|
||||||
|
composer.json export-ignore
|
||||||
|
composer.lock export-ignore
|
||||||
|
Dockerfile export-ignore
|
||||||
|
docs export-ignore
|
||||||
|
docker-compose.yml export-ignore
|
||||||
|
FEDERATION.md export-ignore
|
||||||
|
Gruntfile.js export-ignore
|
||||||
|
node_modules export-ignore
|
||||||
|
package-lock.json export-ignore
|
||||||
|
package.json export-ignore
|
||||||
|
phpcs.xml export-ignore
|
||||||
|
phpunit.xml export-ignore
|
||||||
|
README.md export-ignore
|
||||||
|
src export-ignore
|
||||||
|
tests export-ignore
|
||||||
|
vendor export-ignore
|
||||||
|
.distignore export-ignore
|
||||||
|
|
Loading…
Reference in a new issue