/.Build/
/Documentation-GENERATED-*
/composer.lock
.php_cs.cache
.php-cs-fixer.cache
.phpunit.result.cache

# codeception.yml should be used fpr local config only
/codeception.yml

# the var folder ist created when running the functional tests because TYPO3 gets its temp dir wrong
/var
/config


/Tests/Functional/Fixtures/fileadmin/user_upload/_
/Tests/Acceptance/_output/
