mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:36:12 +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
|
/*.idea
|
||||||
/.Build/*
|
/.Build/*
|
||||||
/.php_cs.cache
|
/.php-cs-fixer.cache
|
||||||
|
/.phpunit.result.cache
|
||||||
/Documentation-GENERATED-temp/
|
/Documentation-GENERATED-temp/
|
||||||
/Resources/Private/node_modules/
|
/Resources/Private/node_modules/
|
||||||
/Resources/Private/package-lock.json
|
/Resources/Private/package-lock.json
|
||||||
|
|
Loading…
Reference in a new issue