It seems that there is a .gitignore in the module.
Here is the current content of the file:
.idea
I don't see a reason to keep it here. I believe the .idea is for PhpStorm.
Those configuration should be in the local system or project git configuration and not in the module (https://www.drupal.org/documentation/git/configure).
Thanks!
Luc
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ckeditor-cleanup-gitignore-2463461-1.patch | 137 bytes | luukyb |
Comments
Comment #1
luukyb commentedComment #2
devin carlson commented#1 works as described and deletes the .gitignore file.
Comment #3
jcisio commentedYes.