mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[TASK] Keep the PHPStorm meta file out of Composer packaging (#315)
Also re-sort the `.gitattributes` file. Fixes #313
This commit is contained in:
parent
a4a238dcee
commit
4ff6bbfc46
1 changed files with 3 additions and 2 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -6,6 +6,7 @@
|
|||
/.gitignore export-ignore
|
||||
/.gitlab/ export-ignore
|
||||
/.php_cs.php export-ignore
|
||||
/.phpstorm.meta.php export-ignore
|
||||
/Resources/Private/.eslintignore export-ignore
|
||||
/Resources/Private/.eslintrc.json export-ignore
|
||||
/Resources/Private/.prettierrc.js export-ignore
|
||||
|
@ -13,8 +14,8 @@
|
|||
/Resources/Private/stylelint.config.js export-ignore
|
||||
/Tests/ export-ignore
|
||||
/codeception.yml export-ignore
|
||||
/phive.xml
|
||||
/phive.xml export-ignore
|
||||
/phpcs.xml export-ignore
|
||||
/phpstan.neon export-ignore
|
||||
/phpstan-baseline.neon export-ignore
|
||||
/phpstan.neon export-ignore
|
||||
/tools/ export-ignore binary
|
||||
|
|
Loading…
Reference in a new issue