.gitignore 368 B

123456789101112131415161718192021222324252627
  1. # Ingore common cruft
  2. .DS_STORE
  3. coverage
  4. .idea
  5. # Ignore binary files
  6. guzzle.phar
  7. guzzle-min.phar
  8. # Ignore potentially sensitive phpunit file
  9. phpunit.xml
  10. # Ignore composer generated files
  11. composer.phar
  12. composer.lock
  13. composer-test.lock
  14. vendor/
  15. # Ignore build files
  16. build/
  17. phing/build.properties
  18. # Ignore subsplit working directory
  19. .subsplit
  20. docs/_build
  21. docs/*.pyc