Windows' CRLF are looking strange under Linux, let's get rid of them/
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>
This commit is contained in:
parent
dd6fd32883
commit
3d418dc1fd
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue