introduce GitHub actions for automated plugin/asset deployment
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
18
.distignore
Normal file
18
.distignore
Normal file
@ -0,0 +1,18 @@
|
||||
/.git
|
||||
/.github
|
||||
/assets
|
||||
/node_modules
|
||||
/vendor
|
||||
/.distignore
|
||||
/.drone.yml
|
||||
/.gitattributes
|
||||
/.gitignore
|
||||
/.travis.yml
|
||||
/composer.json
|
||||
/composer.lock
|
||||
/CONTRIBUTING.md
|
||||
/package.json
|
||||
/package-lock.json
|
||||
/phpcs.xml
|
||||
/phpunit.xml
|
||||
/RoboFile.php
|
Reference in New Issue
Block a user