X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=0d18ab0bdcde8d55b8c139dd6f7653f991789fd5;hb=ec94318a353b662ddc1075c73986096218cbf3e1;hp=de0fbc3d76c2774d4ef8ea1774aa1a25b6b42ca2;hpb=b02cdc8a7f84a4931e80027de42a80daa58581e1;p=friendica.git diff --git a/.gitignore b/.gitignore index de0fbc3d76..0d18ab0bdc 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 @@ -61,5 +65,12 @@ venv/ #ignore config files from JetBrains /.idea -#ignore addons/ directory -addons/ +#ignore addons directory +/addons +/addon + +#ignore .htaccess +.htaccess + +#ignore filesystem storage default path +/storage