mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 07:56:13 +01:00
ef38d7d84b
PhpStorm by default indexes `*.phar` files. For our current set of tools, we do not want this. (This keeps PhpStorm from complaining about multiple versions of the same class.) Also mark the tools as binary for git.
16 lines
532 B
Text
16 lines
532 B
Text
/.Build/ export-ignore
|
|
/.editorconfig export-ignore
|
|
/.gitattributes export-ignore
|
|
/.github/ export-ignore
|
|
/.gitignore export-ignore
|
|
/.gitlab/ export-ignore
|
|
/.php_cs.php export-ignore
|
|
/Resources/Private/.eslintignore export-ignore
|
|
/Resources/Private/.eslintrc.json export-ignore
|
|
/Resources/Private/.prettierrc.js export-ignore
|
|
/Resources/Private/package.json export-ignore
|
|
/Resources/Private/stylelint.config.js export-ignore
|
|
/Tests/ export-ignore
|
|
/codeception.yml export-ignore
|
|
/phpcs.xml export-ignore
|
|
/tools/ export-ignore binary
|