-
-
Notifications
You must be signed in to change notification settings - Fork 438
Open
Description
Summary
I would like to be able to include or exclude files from the “Automatic staging and commit” feature via settings. I cannot rely on .gitignore for this use case because it is not applicable with the intended workflow.
Motivation
I want different commit behaviors depending on the directory:
- note/ should be staged and committed automatically
- scripts/ (e.g., scripts and other operational files) should be committed manually so I can control versioning and commit timing
Proposed feature
Add a new setting:
- Exclude files from Automatic staging and commit (regex)
Expected behavior
Files whose paths match the regex configured in “Exclude files from Automatic staging and commit” are not automatically staged or committed.
Question
Is a feature equivalent to the above already implemented?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels