Open Issues Need Help
View All on GitHub [Bug] Creating Project with Git Commit adds .env file too in repository about 2 months ago
AI Summary: Modify the `go-blueprint` CLI tool to exclude the `.env` file from the initial Git commit when the `--git commit` flag is used. This involves updating the project creation logic to ensure `.env` is added to the `.gitignore` file or otherwise excluded from the commit process.
Complexity:
3/5
good first issue
Go-blueprint allows users to spin up a quick Go project using a popular framework
Go