mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Add ".phpunit.result.cache" to .gitignore
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"tests/": "tests/"
|
||||
},
|
||||
"gitignore": [
|
||||
"/phpunit.xml"
|
||||
"/phpunit.xml",
|
||||
".phpunit.result.cache"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user