Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added gitignore for Perl's Carton to Global #4497

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonasbn
Copy link

@jonasbn jonasbn commented Sep 1, 2024

I am a user of Carton. Carton is a dependency manager for Perl, much like Bundler for Ruby.

Carton creates a local directory with the dependency file tree named local/ just as for example: node_modules.

Carton installation documentation recommends adding this particular directory to: .gitignore, see: https://metacpan.org/pod/Carton#Initializing-the-environment

echo local/ >> .gitignore

Carton is widely used for Perl development and on the same level as the other tools listed in the Perl gitignore file, but as requested in my PR (#4437) this belongs in Global/, so here is a PR accommodating to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant