X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=0d18ab0bdcde8d55b8c139dd6f7653f991789fd5;hb=cd19cce92e539bd2d8b1b3b25903c1f8f4e72bda;hp=6302bc1c8bcdd16345778ff3186ca5fec060b4a6;hpb=dd9432903ddb3e12381881da44fb84afff832d52;p=friendica.git diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index 6302bc1c8b..0d18ab0bdc --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,76 @@ favicon.* .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.config.php +/config/addon.config.php +/config/local.ini.php +/config/addon.ini.php -#ignore documentation, it should be newly built -doc/api +#ignore documentation, it should be newly built +/doc/html + +#ignore reports, should be generated with every build +report/ #ignore config files from eclipse, we don't want IDE files in our repository .project .buildpath .externalToolBuilders .settings + +#ignore OSX .DS_Store files +.DS_Store + +#ignore NetBeans IDE's private files (at least) +/nbproject/private/ + +#ignore smarty cache +/view/smarty3/compiled/ + +#ignore cache folders +/privacy_image_cache/ +/photo/ +/proxy/ +nbproject + +#ignore vagrant dir +.vagrant/ + +#ignore local folder +/local/ + +#ignore config files from Visual Studio +/.vs/ +/php_friendica.phpproj +/php_friendica.sln +/php_friendica.phpproj.user + +#ignore things from transifex-client +venv/ + +#ignore Composer dependencies +/vendor +/view/asset + +#ignore config files from JetBrains +/.idea + +#ignore addons directory +/addons +/addon + +#ignore .htaccess +.htaccess + +#ignore filesystem storage default path +/storage