Looking into your module now and the first thing I noticed is you have a .gitignore file present to ignore your project file. This should not be in version control for a single module. Instead you can include that in your global git ignore file.

In linux shell/mac or windows git command line interface simply:

vi ~/.gitignore_global

Then use same syntax you would use in your project root.

CommentFileSizeAuthor
#2 remove-gitignore-file.patch298 bytesashwinsh

Comments

danielphenry created an issue. See original summary.

ashwinsh’s picture

Status: Active » Needs review
StatusFileSize
new298 bytes

Hello @danielphenry,

Added patch file for the same.

Thank you,

vinayak kothule’s picture

Status: Needs review » Reviewed & tested by the community

  • ashwinsh authored 26921ad on 7.x-1.x
    Issue #2757917 by ashwinsh, danielphenry, Vinayak Kothule: Remove ....
legolasbo’s picture

Version: » 7.x-1.x-dev
Status: Reviewed & tested by the community » Fixed

Thank you for your contribution.

legolasbo’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.