Add PHPUnit result cache to gitignore (#6105)

This commit is contained in:
Shakil Alam
2023-02-15 01:01:16 +05:30
committed by GitHub
parent 9c4cef107f
commit 36202b2012

1
.gitignore vendored
View File

@@ -13,6 +13,7 @@ Homestead.yaml
auth.json auth.json
npm-debug.log npm-debug.log
yarn-error.log yarn-error.log
.phpunit.result.cache
/.fleet /.fleet
/.idea /.idea
/.vscode /.vscode