X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=87ce354c1f57f41fe2e33ca1451101289d61a4b0;hb=97c120d8f22a6fa3dc2e20c3a9666d3050200c80;hp=12dd3b49ea772ae0129944dc48c8811ed0da6326;hpb=a0d03bb311113bf74084107ce129127dbc0d4b11;p=friendica.git diff --git a/.gitignore b/.gitignore index 12dd3b49ea..87ce354c1f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,20 +2,24 @@ 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/html +/doc/html -#ignore reports, should be generted with every build +#ignore reports, should be generated with every build report/ #ignore config files from eclipse, we don't want IDE files in our repository @@ -54,14 +58,16 @@ 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 .htaccess as it may contain local changes +#ignore .htaccess .htaccess