mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-15 17:36:14 +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:
parent
31e1a1f84d
commit
8bb1b55ca7
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
/*.idea
|
||||
/.fleet
|
||||
/.Build/*
|
||||
/.php-cs-fixer.cache
|
||||
/.phpunit.result.cache
|
||||
|
|
Loading…
Reference in a new issue