Skip to content

Git Ignore #24

@throughnothing

Description

@throughnothing

I'd like to enable this plugin to create a default .gitignore file that will ignore things like My-Package-* so that it can auto-ignore these build directories and tarballs created by dzil.

It seems like more people would be having an issue with these directories/files when using git::check ?

I have 2 ideas for how to do it and was wondering which you would prefer/think is best.

One is just to add ignore config options to git::init, and have it default to My-Package-* with an override being possible with an empty ignore line.

The other is to make a new plugin Git::Ignore, that accepts the same ignore lines with the same defaults, and presumably you would include this before Git::Init.

Thoughts/suggestions? Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions