User tests: Successful: Unsuccessful:
Pull Request for Issue improvment .
Simple PR to add .editorconfig to .gitignore
code review
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
I added .editorconfig to gitignore taking into account the current situation where the file is not a in the repository joomla/joomla-cms. If .editorconfig been added to joomla/joomla-cms then of course it should be added to the build/build.php and removed from a .gitignore.
True, as long as the file belongs to other repo, it should be excluded.
Category | ⇒ | Code style |
I have tested this item
On Review
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-07-15 13:56:31 |
Closed_By | ⇒ | wilsonge |
Milestone |
Added: |
This file shouldn't be placed in
.gitignore
, becase developers are supposed to retrieve it during git clone.But it should be excluded during package build process within the build.php file. I usually add this in the
.gitattributes
fileI've added it into the Joomla! Coding-standards repo here, but I guess there is no harm placing it inside Joomla! repo.