X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=f0d31912d97b9b766979fb2b080447c280b9a49d;hb=ba031e4534795ffb13ccaf15869b3f41ae65669e;hp=f3fef04c6d402274e1c1fee50f96fcbc6f57c7ce;hpb=49d80dc447e28fa62783355cb67eabaf178049ca;p=friendica.git diff --git a/.gitignore b/.gitignore index f3fef04c6d..f0d31912d9 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,6 @@ venv/ #Ignore temporary installed phpunit /bin/phpunit + +#Ignore cache file +.php_cs.cache \ No newline at end of file