.gitignore 471 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Unit tests
  2. tests/temp
  3. tests/.sabredav
  4. tests/cov
  5. # Custom settings for tests
  6. tests/config.user.php
  7. # ViM
  8. *.swp
  9. # Composer
  10. composer.lock
  11. vendor
  12. # Composer binaries
  13. bin/phing
  14. bin/phpunit
  15. bin/vobject
  16. bin/generate_vcards
  17. bin/phpdocmd
  18. bin/phpunit
  19. bin/php-cs-fixer
  20. bin/sabre-cs-fixer
  21. # Assuming every .php file in the root is for testing
  22. /*.php
  23. # Other testing stuff
  24. /tmpdata
  25. /data
  26. /public
  27. # Build
  28. build
  29. build.properties
  30. # Docs
  31. docs/api
  32. docs/wikidocs
  33. # Mac
  34. .DS_Store