init
This commit is contained in:
41
vendor/codeception/base/.gitignore
vendored
Normal file
41
vendor/codeception/base/.gitignore
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
.idea
|
||||
.roboci
|
||||
composer.phar
|
||||
composer.lock
|
||||
vendor
|
||||
package/codecept.phar
|
||||
package/codecept5.phar
|
||||
package/php54/codecept.phar
|
||||
tests/support/_generated
|
||||
tests/data/app/db
|
||||
tests/data/sandbox
|
||||
tests/_output/*
|
||||
tests/data/included/_log/*
|
||||
tests/data/included/jazz/tests/_log/*
|
||||
tests/data/included/jazz/pianist/tests/_log/*
|
||||
tests/data/included/shire/tests/_log/*
|
||||
tests/data/included_w/_log/*
|
||||
tests/data/included_w/src/foo/AcmePack/tests/_log/*
|
||||
tests/data/included_w/src/foo/AcmePack/tests/_support/_generated/*
|
||||
tests/data/included_mix/src/foo/AcmePack/tests/_log/*
|
||||
tests/data/included_mix/src/foo/AcmePack/tests/_support/_generated/*
|
||||
tests/data/included_mix/_log/*
|
||||
tests/data/included_mix/support/_generated/*
|
||||
tests/data/claypit/tests/_log/*
|
||||
tests/data/claypit/tests/_output/*
|
||||
tests/data/claypit/tests/_support/_generated/*
|
||||
tests/data/claypit/c3tmp
|
||||
tests/data/included/jazz/pianist/tests/_helpers/_generated/TestGuyActions.php
|
||||
tests/data/included/jazz/tests/_helpers/_generated/TestGuyActions.php
|
||||
tests/data/included/shire/tests/_helpers/_generated/TestGuyActions.php
|
||||
tests/data/included_w/src/bar/Sub/EwokPack/tests/_support/_generated/UnitTesterActions.php
|
||||
tests/data/included_w/src/bar/ToastPack/tests/_support/_generated/UnitTesterActions.php
|
||||
tests/data/included_w/src/foo/AcmePack/tests/_support/_generated/UnitTesterActions.php
|
||||
tests/data/params/tests/_support/_generated/DummyTesterActions.php
|
||||
tests/data/exception_in_before/tests/_support/_generated/UnitTesterActions.php
|
||||
tests/data/exception_in_before/tests/_output/
|
||||
tests/data/bundled_suites/_support/_generated/UnitTesterActions.php
|
||||
tests/data/bundled_suites/_output/
|
||||
.DS_Store
|
||||
robo.phar
|
||||
.env
|
||||
Reference in New Issue
Block a user