X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=c094f6a2461258cc28a996e722d036754579b8aa;hb=0971bcf165dae452901f5cec210b7f39342eee88;hp=f3fef04c6d402274e1c1fee50f96fcbc6f57c7ce;hpb=49d80dc447e28fa62783355cb67eabaf178049ca;p=friendica.git diff --git a/.gitignore b/.gitignore index f3fef04c6d..c094f6a246 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,8 @@ robots.txt /config/addon.ini.php #ignore documentation, it should be newly built -/doc/html +/doc/api +/doc/cache #ignore reports, should be generated with every build report/ @@ -82,3 +83,18 @@ venv/ #Ignore temporary installed phpunit /bin/phpunit + +#Ignore cache file +.php_cs.cache + +#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