.gitignore 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .idea
  2. .roboci
  3. composer.phar
  4. composer.lock
  5. vendor
  6. package/codecept.phar
  7. package/php54/codecept.phar
  8. tests/support/_generated
  9. tests/data/app/db
  10. tests/data/sandbox
  11. tests/_output/*
  12. tests/data/included/_log/*
  13. tests/data/included/jazz/tests/_log/*
  14. tests/data/included/jazz/pianist/tests/_log/*
  15. tests/data/included/shire/tests/_log/*
  16. tests/data/included_w/_log/*
  17. tests/data/included_w/src/foo/AcmePack/tests/_log/*
  18. tests/data/included_w/src/foo/AcmePack/tests/_support/_generated/*
  19. tests/data/included_mix/src/foo/AcmePack/tests/_log/*
  20. tests/data/included_mix/src/foo/AcmePack/tests/_support/_generated/*
  21. tests/data/included_mix/_log/*
  22. tests/data/included_mix/support/_generated/*
  23. tests/data/claypit/tests/_log/*
  24. tests/data/claypit/tests/_output/*
  25. tests/data/claypit/tests/_support/_generated/*
  26. tests/data/claypit/c3tmp
  27. tests/data/included/jazz/pianist/tests/_helpers/_generated/TestGuyActions.php
  28. tests/data/included/jazz/tests/_helpers/_generated/TestGuyActions.php
  29. tests/data/included/shire/tests/_helpers/_generated/TestGuyActions.php
  30. tests/data/included_w/src/bar/Sub/EwokPack/tests/_support/_generated/UnitTesterActions.php
  31. tests/data/included_w/src/bar/ToastPack/tests/_support/_generated/UnitTesterActions.php
  32. tests/data/included_w/src/foo/AcmePack/tests/_support/_generated/UnitTesterActions.php
  33. tests/data/params/tests/_support/_generated/DummyTesterActions.php
  34. tests/data/exception_in_before/tests/_support/_generated/UnitTesterActions.php
  35. tests/data/exception_in_before/tests/_output/
  36. tests/data/bundled_suites/_support/_generated/UnitTesterActions.php
  37. tests/data/bundled_suites/_output/
  38. .DS_Store
  39. robo.phar
  40. .env