Update Perl .gitignore to include Carton
Ignore /local and cpanfile.snapshot which really shouldn't be in VCS
Reasons for making this change:
Carton has become the go-to dependency management for Perl and really should be reflected here.
Links to documentation supporting these rule changes:
Kind of like excluding Gemfile.lock and /.bundle/ in Ruby: https://github.com/github/gitignore/blob/d0b80a469983a7beece8fa1f5c48a8242318b531/Ruby.gitignore#L42, https://github.com/github/gitignore/blob/d0b80a469983a7beece8fa1f5c48a8242318b531/Ruby.gitignore#L48
You should add /.carmel/ as well while you're at it :)
https://metacpan.org/pod/Carmel#Development
OK… so no to cpanfile.snapshot, yes to .carmel . I’ll revise the PR.
Typos by my iPhone
On May 9, 2022, at 1:57 PM, Tatsuhiko Miyagawa @.***> wrote:
You should add /.carmel/ as well while you're at it :) https://metacpan.org/pod/Carmel#Development
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.