mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:36:12 +02:00

[BUGFIX] Fix some .gitignore entries (#375)

- `.php_cs.cache` file was renamed to `.php-cs-fixer.cache`
- `.phpunit.result.cache` missing in `.gitignore`
This commit is contained in:
Tobias Gaertner 2022-02-04 15:09:17 +01:00 committed by GitHub
parent 63bcf0da67
commit cc62f32a36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -1,6 +1,7 @@
/*.idea
/.Build/*
/.php_cs.cache
/.php-cs-fixer.cache
/.phpunit.result.cache
/Documentation-GENERATED-temp/
/Resources/Private/node_modules/
/Resources/Private/package-lock.json