1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 18:43:22 +01:00
guzzle/.gitignore
Michael Dowling c34deef699 Ignore guzzle-min.phar
Fixing .gitignore
2012-01-15 10:24:11 -06:00

15 lines
206 B
Plaintext

# Ingore common cruft
.DS_STORE
coverage
# Ignore binary files
guzzle.phar
guzzle-min.phar
# Ignore potentially sensitive phpunit file
phpunit.xml
# Ignore composer generated files
composer.lock
vendor/