mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
518bae014e
- Move npm tools and config to default places - Remove now unnecessary config file parameter from npm scripts - editorconfig and eslint config contradict, adapt editorconfig - switch JS indent linting to TYPO3 coding standard of 2 spaces - adapt composer scripts for new npm location
14 lines
204 B
Text
14 lines
204 B
Text
/*.idea
|
|
/.Build/*
|
|
/.php-cs-fixer.cache
|
|
/.phpunit.result.cache
|
|
/Documentation-GENERATED-temp/
|
|
/build
|
|
/clover.xml
|
|
/composer.lock
|
|
/nbproject
|
|
/node_modules/
|
|
/package-lock.json
|
|
/var
|
|
/yarn-error.log
|
|
/yarn.lock
|