Problem/Motivation

Currently, there is no .gitignore included with the examples project. While it isn't necessary, a basic .gitignore has been useful in other modules like Flag where common patch, interdiff, and IDE directories are ignored out of the box.

Proposed resolution

Add a basic .gitignore to Examples based on Flag 8.x's .gitignore.

Remaining tasks

Create patch.

User interface changes

None.

API changes

None.

CommentFileSizeAuthor
#1 2461785.1.addGitignore.patch341 bytessocketwench
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

socketwench’s picture

Status: Active » Needs review
FileSize
341 bytes
marvil07’s picture

Status: Needs review » Closed (won't fix)

I would suggest to add that to your global git configuration so all projects ignore those, specially because there always be more files to add to this list and sounds like out of scope of a contrib module.