You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
368 B
27 lines
368 B
# Ingore common cruft
|
|
.DS_STORE
|
|
coverage
|
|
.idea
|
|
|
|
# Ignore binary files
|
|
guzzle.phar
|
|
guzzle-min.phar
|
|
|
|
# Ignore potentially sensitive phpunit file
|
|
phpunit.xml
|
|
|
|
# Ignore composer generated files
|
|
composer.phar
|
|
composer.lock
|
|
composer-test.lock
|
|
vendor/
|
|
|
|
# Ignore build files
|
|
build/
|
|
phing/build.properties
|
|
|
|
# Ignore subsplit working directory
|
|
.subsplit
|
|
|
|
docs/_build
|
|
docs/*.pyc
|
|
|