Why not adopt me?
NAME
Dist::Zilla::Plugin::Git::ExcludeUntracked - Excludes untracked files from your dist
VERSION
version 0.03
SYNOPSIS
[Git::ExcludeUntracked]
DESCRIPTION
This Dist::Zilla plugin automatically excludes any files from your distribution that are not currently tracked by Git.
COMPARED TO GIT::GATHERDIR
There's another plugin that provides similar functionality: Dist::Zilla::Plugin::Git::GatherDir. The chief difference is that while this plugin is designed to work in concert with Dist::Zilla::Plugin::GatherDir, Git::GatherDir
is designed to work as a replacement for GatherDir
.
SEE ALSO
Dist::Zilla, Dist::Zilla::Plugin::Git::GatherDir
AUTHOR
Rob Hoelz <rob@hoelz.ro>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Rob Hoelz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/hoelzro/dist-zilla-plugin-git-excludeuntracked/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.