Avoid reading .gitignore
- Dominant language
- Shell
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
By inheritance, we honor [_.gitignore_ files](https://git-scm.com/docs/gitignore) for any directories that contain them.
Ideally, we would not read those files, but use something like .mybaignore instead.
This is presently not possible with pure git.
One option would be to temporarily occlude .gitignore files before our git ops, but this is not liked.
Contributor guide
No contributing guide indexed for this repository
Research direction
No file, test, or entry point is identified. Start by locating the backup command's Git operations and determine how .gitignore is currently honored; done requires a decided and tested way to use an alternative ignore file without temporarily hiding .gitignore files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100