.gitignore 287 B

1234567891011
  1. pheanstalk.phar
  2. # Composer lock file; do not commit, this is a library not an app.
  3. # See: http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
  4. /composer.lock
  5. # Composer installs dependencies here.
  6. vendor/
  7. # Test coverage is stored here
  8. tests/coverage
  9. .idea