X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=8592206539b757cf5a929e60df0b0194b5f80d59;hb=9941c73a313c0478c067885ec9a7fa00c86eef98;hp=b300f579e299ab2526462792c2ac1bf03a338c83;hpb=2e9d233367068fceac8005126d14a2002539c772;p=friendica.git diff --git a/.gitignore b/.gitignore index b300f579e2..8592206539 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,18 @@ nbproject #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 + +#ignore config files from JetBrains +/.idea \ No newline at end of file