gren-lang / gren-lang/compiler

Feature request: add `gren_packages/` to `.gitignore` by default when `gren init`

Open
#353 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Haskell
Stars
503
Forks
29
PR merge metrics
No merged PRs in 30d

Description

Hi, Gren language community. I'd like to request a feature where gren init command adds gren_packages/ directory to .gitignore (or .git/info/exclude) automatically when using git. If it is inconvenient, then please let gren init command urge you to do so in the prompt.

For example;

$ gren init
...
blah blah blah
...
Hints: You can add `gren_packages/` in your .gitignore or .git/info/exclude to ignore packages directory.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names the gren init command but no implementation files or tests. Start by locating the command and checking how it currently handles Git or initialization prompts. Done means gren init adds gren_packages/ to .gitignore or .git/info/exclude, or clearly prompts users to do so when Git is present.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, haskell
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.