-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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
Labels
No labels