]> git.mxchange.org Git - friendica.git/blobdiff - .gitignore
Merge pull request #4701 from tobiasd/20180328-msg
[friendica.git] / .gitignore
index b300f579e299ab2526462792c2ac1bf03a338c83..8d86b95875c44d3b384f3f98bce53ee9e8ad2d2a 100644 (file)
@@ -42,3 +42,19 @@ nbproject
 \r
 #ignore local folder\r
 /local/\r
+\r
+#ignore config files from Visual Studio\r
+/.vs/\r
+/php_friendica.phpproj\r
+/php_friendica.sln\r
+/php_friendica.phpproj.user\r
+\r
+#ignore things from transifex-client\r
+venv/\r
+\r
+#ignore Composer dependencies\r
+/vendor\r
+/view/asset\r
+\r
+#ignore config files from JetBrains\r
+/.idea
\ No newline at end of file