mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-15 17:16:12 +01:00

[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.
This commit is contained in:
Stefan Bürk 2022-10-15 18:15:42 +02:00
parent 31e1a1f84d
commit 8bb1b55ca7

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
/*.idea
/.fleet
/.Build/*
/.php-cs-fixer.cache
/.phpunit.result.cache