The build process is trivial and does not require an additional task runner and deployments are done by the GH action, so we can remove the Robo dependency and clean up the build environment.
14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
/.github export-ignore
|
|
/assets export-ignore
|
|
/test export-ignore
|
|
.distignore export-ignore
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.travis.yml export-ignore
|
|
composer.json export-ignore
|
|
composer.lock export-ignore
|
|
CONTRIBUTING.md export-ignore
|
|
package.json export-ignore
|
|
phpcs.xml export-ignore
|
|
phpunit.xml export-ignore
|