mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-15 17:16:12 +01:00
tea/.gitignore
Stefan Bürk 8bb1b55ca7 [TASK] Add .gitignore for JetBrains Fleet editor
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.
2022-10-16 00:19:36 +02:00

15 lines
212 B
Text

/*.idea
/.fleet
/.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