projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3868d83
)
Windows' CRLF are looking strange under Linux, let's get rid of them/
author
Roland Häder
<roland@mxchange.org>
Wed, 26 Jul 2017 20:16:29 +0000
(22:16 +0200)
committer
Roland Häder
<roland@mxchange.org>
Mon, 14 May 2018 20:50:03 +0000
(22:50 +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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index c31d8c5b5b1df0068531cf05e9a315a98e07d1c2..12dd3b49ea772ae0129944dc48c8811ed0da6326 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-56,7
+56,6
@@
venv/
#ignore all in 'vendor' as `utils/composer.phar install` will bring it back
vendor/*
-<<<<<<< HEAD
#ignore config files from JetBrains
/.idea
@@
-66,5
+65,3
@@
addons/
#Ignore .htaccess as it may contain local changes
.htaccess
-=======
->>>>>>> Fixes for composer: