X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=2889d12b5f03a51dab4f529af6fb4f07c2c9ce7c;hb=35995633ae6f5737a324f9023b0648f01883d1d1;hp=12dd3b49ea772ae0129944dc48c8811ed0da6326;hpb=15c570495b000fa2cf3a515f896a154feb4ffc90;p=friendica.git diff --git a/.gitignore b/.gitignore index 12dd3b49ea..2889d12b5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,25 @@ favicon.* -.htconfig.php -.htpreconfig.php +/.htconfig.php +/.htpreconfig.php \#* -include/jquery-1.4.2.min.js *.log *.out *.version* -favicon.* home.html -addon *~ robots.txt +#ignore local config +!/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 generted with every build -report/ +#ignore reports, should be generated with every build +/report/ #ignore config files from eclipse, we don't want IDE files in our repository .project @@ -30,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/ @@ -54,14 +60,40 @@ nbproject #ignore things from transifex-client venv/ -#ignore all in 'vendor' as `utils/composer.phar install` will bring it back -vendor/* +#ignore Composer dependencies +/vendor +/view/asset #ignore config files from JetBrains /.idea -#ignore addons/ directory -addons/ +#ignore addons directory +/addons +/addon + +#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 .htaccess as it may contain local changes -.htaccess +#ignore .php_cs (local copy) +.php_cs