mirror of
https://ghproxy.net/https://github.com/aspirepress/AspireCloud.git
synced 2025-10-04 21:34:02 +08:00
* fix(build): rm key:generate in check-env target The docker container is guaranteed to not be running at this point. keygen happens last in the process. * qa: switch from pint to php-cs-fixer * ci: use make in run-checks action * ci: run checks directly on the gh runner instance * ci: use shivammathur/setup-php@v2 * style: run make fix * ci: add unit tests to run-checks action
23 lines
286 B
Text
23 lines
286 B
Text
/.phpunit.cache
|
|
/node_modules
|
|
/public/build
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/storage/pail
|
|
/vendor
|
|
.env
|
|
.env.backup
|
|
.env.production
|
|
.phpactor.json
|
|
.phpunit.result.cache
|
|
Homestead.json
|
|
Homestead.yaml
|
|
auth.json
|
|
npm-debug.log
|
|
yarn-error.log
|
|
/.cache
|
|
/.fleet
|
|
/.idea
|
|
/.vscode
|
|
/.zed
|