WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
guzzle
/
guzzle
/
Name
Action
..
.gitignore
Edit
.travis.yml
Edit
CHANGELOG.md
Edit
LICENSE
Edit
README.md
Edit
UPGRADING.md
Edit
build.xml
Edit
composer.json
Edit
docs
phar-stub.php
Edit
phing
phpunit.xml.dist
Edit
src
tests
Editing: .gitignore
# 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