gitignore
gitignore copied to clipboard
Add Carton local to Perl.gitignore
Reasons for making this change:
Carton is the most popular per-project dependency manager for Perl. (Ref Mojolicious blog)
- Carton is analogous to Bundler for Ruby.
- Carton is analogous to NPM/Yarn for Node.js.
- Carton is analogous to Pipenv/Poetry (modify local pyenv) for Python, while CPAN/cpanminus analogous to PIP (modify system).
This PR adds required ignore directory for Carton.
I have no relationship with this project. I simply have a few Perl projects that use this tool.
Links to documentation supporting these rule changes:
- https://metacpan.org/pod/Carton#Initializing-the-environment
- https://manpages.debian.org/testing/carton/Carton.3pm.en.html#Initializing_the_environment