]> git.mxchange.org Git - friendica.git/commitdiff
Windows' CRLF are looking strange under Linux, let's get rid of them/
authorRoland Häder <roland@mxchange.org>
Wed, 26 Jul 2017 20:16:29 +0000 (22:16 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:49:59 +0000 (22:49 +0200)
Also let's ignore addons/ as it is optional and depend on if the webmaster
wants it or not.

Signed-off-by: Roland Häder <roland@mxchange.org>
.gitignore

index ecfe4e73c974485c0710de44520ce7b8541a3c0c..26d33947724a5a8c00374567fafa3499c8d10b27 100644 (file)
@@ -54,3 +54,9 @@ venv/
 
 #ignore all in 'vendor' as `utils/composer.phar install` will bring it back
 vendor/*
+
+#ignore config files from JetBrains
+/.idea
+
+#ignore addons/ directory
+addons/