X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=779e46ee8f747b30ffca8335c54a9e73869b392f;hb=037dac988edb0f49cfa526e4d77c311b71f25e35;hp=56b90b0e8e5a6abc483f834649827e7d4d2f5c03;hpb=37405567c1a71a805b722ae56604be7ee89251ab;p=friendica.git diff --git a/.gitignore b/.gitignore index 56b90b0e8e..779e46ee8f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,10 +10,9 @@ 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 @@ -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