X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=9e6504184c03c4347f630441b34c0fc8e133c13c;hb=d7377215a45394f37513b6e8653bbe646a70033b;hp=77151060d22b03c5add2627e2a6c558f2a0a4d15;hpb=ae905cbd1b67b2aeae33a64302368d285f63732d;p=friendica.git diff --git a/.gitignore b/.gitignore index 77151060d2..9e6504184c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ include/jquery-1.4.2.min.js favicon.* home.html addon +*.orig *~ robots.txt @@ -43,15 +44,18 @@ nbproject #ignore local folder /local/ -#other stuff -.directory -.gitignore +#ignore config files from Visual Studio +/.vs/ +/php_friendica.phpproj +/php_friendica.sln +/php_friendica.phpproj.user -/view/theme/Friendiboot -/view/theme/Viereinhalb -/view/theme/blog -/view/theme/boheme -/view/theme/clean -/view/theme/suckerberg +#ignore things from transifex-client +venv/ -/addon/frio_hovercard +#ignore Composer dependencies +/vendor +/view/asset + +#ignore config files from JetBrains +/.idea