mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
* add initial windows runtime setup * add cool console output * doctor support windows base * add `add-path` and `remove-path` for bin/setup-runtime * fix composer.ps1 path * add windows system util * add windows cmd and doctor base check * add windows fallback for laravel/prompts * cd fix [skip ci] * dir separator and typo fix [skip ci]
34 lines
479 B
Plaintext
34 lines
479 B
Plaintext
.idea
|
|
runtime/
|
|
docker/libraries/
|
|
docker/extensions/
|
|
docker/source/
|
|
|
|
# Vendor files
|
|
/vendor/
|
|
|
|
# default source extract directory
|
|
/source/
|
|
|
|
# default source download directory
|
|
/downloads/
|
|
|
|
# default source build root directory
|
|
/buildroot/
|
|
|
|
# tools cache files
|
|
.php-cs-fixer.cache
|
|
.phpunit.result.cache
|
|
|
|
# exclude self-runtime
|
|
/bin/*
|
|
!/bin/spc*
|
|
!/bin/setup-runtime*
|
|
!/bin/spc-alpine-docker
|
|
|
|
# exclude windows build tools
|
|
/php-sdk-binary-tools/
|
|
|
|
# default test directory
|
|
/tests/var/
|