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 Carton's local directory #4437

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

Conversation

jonasbn
Copy link

@jonasbn jonasbn commented Apr 30, 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.

@wirecat
Copy link
Collaborator

wirecat commented May 29, 2024

👋 Hi @jonasbn. We typically create tool specific templates for things like this. Would you consider creating a Carton template in Global?

I'm a bit uncomfortable including local/ for all of perl. While not common, we do have examples of people committing files in that directory.

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