X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=779e46ee8f747b30ffca8335c54a9e73869b392f;hb=037dac988edb0f49cfa526e4d77c311b71f25e35;hp=87ce354c1f57f41fe2e33ca1451101289d61a4b0;hpb=d6eb1135e5b46ec2f7443b19c26c877f93f6b7c2;p=friendica.git diff --git a/.gitignore b/.gitignore index 87ce354c1f..779e46ee8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,22 @@ favicon.* -.htconfig.php -.htpreconfig.php +/.htconfig.php +/.htpreconfig.php \#* *.log *.out *.version* 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/ @@ -34,6 +33,9 @@ report/ #ignore NetBeans IDE's private files (at least) /nbproject/private/ +#Ignore config files from VSCode +/.vscode/ + #ignore smarty cache /view/smarty3/compiled/ @@ -69,5 +71,29 @@ venv/ /addons /addon -#ignore .htaccess -.htaccess +#ignore base .htaccess +/.htaccess + +#ignore filesystem storage default path +/storage + +#Ignore log folder +/log + +#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