mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:56:12 +01:00
5a5d900c27
JetBrains created a new product named "Fleet" as lightweight editor. This tool tends to write it's config files to `.fleet/` folders, like all of the IntellJ based IDE's like PHPStorm uses the `.idea` folder. This change adds this config folder to `.gitignore` to avoid adding this folder to a patch if Fleet is used to create a patch.
15 lines
212 B
Text
15 lines
212 B
Text
/*.idea
|
|
/.Build/*
|
|
/.fleet
|
|
/.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
|