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.