chore(git): add ignored files

phpunit files
This commit is contained in:
Simon Vieille 2023-01-08 19:07:35 +01:00
parent edb8de9800
commit e232e44dcd
Signed by: deblan
GPG key ID: 579388D585F70417

5
.gitignore vendored
View file

@ -29,3 +29,8 @@ yarn-error.log
/public/media/
/migrations/*
!/migrations/.gitkeep
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###