mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01: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:
parent
63bcf0da67
commit
cc62f32a36
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue