mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02: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:
Oliver Klee 2021-10-06 16:04:55 +02:00 committed by GitHub
parent a4a238dcee
commit 4ff6bbfc46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitattributes vendored
View file

@ -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