mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:36:12 +01:00
d0c819d3a6
Case-insensitive filesystems cannot distinguish properly for file and folder names with different casings. This leads to unforseeable issues on these systems, like default partition on MacOS devices from apple or eventually Windows systems. This change configure phpcoverall and the chain explicitly to use folders for the files which differs from the default of `build/*` to avoid conflicts on case-insensitve filesystems and prepare for introduction of the upcoming implementation of TYPO3 core recommended `Build/` structure. Co-authored-by: Stefan Bürk <stefan.buerk@impactmedia.de>
14 lines
205 B
Text
14 lines
205 B
Text
/*.idea
|
|
/.Build/*
|
|
/.fleet
|
|
/.php-cs-fixer.cache
|
|
/.phpunit.result.cache
|
|
/Documentation-GENERATED-temp/
|
|
/clover.xml
|
|
/composer.lock
|
|
/nbproject
|
|
/node_modules/
|
|
/package-lock.json
|
|
/var
|
|
/yarn-error.log
|
|
/yarn.lock
|