X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=2889d12b5f03a51dab4f529af6fb4f07c2c9ce7c;hb=ba983274633e1cb4c9e70f961993e3a4fbc35bbb;hp=56b90b0e8e5a6abc483f834649827e7d4d2f5c03;hpb=a31256412e2373b2ad784a7d41e75731c1658b24;p=friendica.git diff --git a/.gitignore b/.gitignore index 56b90b0e8e..2889d12b5f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,17 +10,16 @@ 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/api /doc/cache #ignore reports, should be generated with every build -report/ +/report/ #ignore config files from eclipse, we don't want IDE files in our repository .project @@ -34,7 +33,7 @@ report/ #ignore NetBeans IDE's private files (at least) /nbproject/private/ -Ignore config files from VSCode +#Ignore config files from VSCode /.vscode/ #ignore smarty cache @@ -90,3 +89,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