X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=9e6504184c03c4347f630441b34c0fc8e133c13c;hb=c598bf7d8f5075526fadcfd329f6dd448533dfad;hp=77151060d22b03c5add2627e2a6c558f2a0a4d15;hpb=7dc5fc8b9f3d2bb1a9dc8d743ee413778eb59a0e;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