.gitignore 1.6 KB

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