X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=c094f6a2461258cc28a996e722d036754579b8aa;hb=eec48057dcc2cfc1725d5a398e449301b5b599ac;hp=56b90b0e8e5a6abc483f834649827e7d4d2f5c03;hpb=37405567c1a71a805b722ae56604be7ee89251ab;p=friendica.git diff --git a/.gitignore b/.gitignore index 56b90b0e8e..c094f6a246 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,11 @@ venv/ #ignore avatar picture cache path /avatar +#Ignore autotest results +autotest-results.xml + +#ignore phpunit result cache +tests/.phpunit.result.cache + +#ignore .php_cs (local copy) +.php_cs