Merge remote-tracking branch 'origin/zig' into zig

This commit is contained in:
crazywhalecc 2025-07-22 12:46:54 +08:00
commit 3350888af6
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 0 additions and 6 deletions

2
.gitignore vendored
View File

@ -34,8 +34,6 @@ packlib_files.txt
/bin/*
!/bin/spc*
!/bin/setup-runtime*
!/bin/spc-alpine-docker
!/bin/php-cs-fixer-wrapper
# exclude windows build tools
/php-sdk-binary-tools/

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
# get parent dir, and run the php-cs-fixer
"$(dirname "$0")/../vendor/bin/php-cs-fixer" "$@"