From: gerhard6380 Date: Thu, 22 Sep 2016 19:55:16 +0000 (+0200) Subject: add Visual Studio special files to gitignore X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8f4d4962ce477e238f207fff09f2fb46652b325b;p=friendica.git add Visual Studio special files to gitignore --- diff --git a/.gitignore b/.gitignore index b300f579e2..25e0710167 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,8 @@ nbproject #ignore local folder /local/ + +#ignore config files from Visual Studio +/.vs/ +/php_friendica.phpproj +/php_friendica.sln