gren-lang / gren-lang/compiler
Feature request: add `gren_packages/` to `.gitignore` by default when `gren init`
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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