mirror of
https://github.com/php/web-pecl.git
synced 2026-03-23 23:02:08 +01:00
21 lines
387 B
Plaintext
21 lines
387 B
Plaintext
# Development configuration
|
|
/.env
|
|
|
|
# Local specific PHPUnit configuration
|
|
/phpunit.xml
|
|
|
|
# Uploaded packages releases
|
|
/public_html/packages/
|
|
|
|
# Static XML files for API access, generated by `bin/generate-rest.php`
|
|
/public_html/rest/
|
|
|
|
# Temporary generated application files (temporary uploaded files)
|
|
/var/
|
|
|
|
# Generated by Composer
|
|
/vendor/
|
|
|
|
# Generated by the SQL make script
|
|
/sql/*.res
|