di-sukharev / opencommit

Generate conventional git commit messages with AI in 1 second 🤯🔫
https://www.npmjs.com/package/opencommit
MIT License
5.97k stars 318 forks source link

[Feature]: Use different file type instead .env for local configuration #305

Open frankyso opened 6 months ago

frankyso commented 6 months ago

Description

When developing using framework the .env file should not be commit and shareable with friends, i think its better using different file type like opencommit.dist or .opencommit instead of .env files.

Suggested Solution

suggested file type opencommit.dist or .opencommit

Alternatives

No response

Additional Context

No response

di-sukharev commented 6 months ago

@frankyso hello, absolutely agree, then it could be added to .gitignore similarly to .env, do you want to open the PR? it should be a small one, but still requires finding where we read from .env