X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=3db593f1d4fcd8d28368ee00f2107090f26435ad;hb=4366737eb826fa34b9537bd37ade08a5c97c227c;hp=f3fef04c6d402274e1c1fee50f96fcbc6f57c7ce;hpb=7b7322a90ac9c68cd0ed9b4bac3f258f3d394ed4;p=friendica.git diff --git a/.gitignore b/.gitignore index f3fef04c6d..3db593f1d4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,13 +10,13 @@ home.html robots.txt #ignore local config -/config/local.config.php -/config/addon.config.php -/config/local.ini.php -/config/addon.ini.php +!/config/local-sample.config.php +/config/*.config.php +/config/*.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 +82,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