opencommit icon indicating copy to clipboard operation
opencommit copied to clipboard

[Feature]: support global `.opencommitignore`

Open rusmux opened this issue 1 year ago • 0 comments
trafficstars

Description

Would be nice to have support for a global ignore file. In Git you can do this by: git config --global core.excludesFile '~/.gitignore'

Suggested Solution

OpenCommit can read global ~/.opencommitignore file. The ignore file of the local project will be merged with the global one if it exists.

Alternatives

No response

Additional Context

No response

rusmux avatar May 17 '24 09:05 rusmux