Conversation
|
Hi @alxshine, |
ReviewThanks for this feature! The "ignored files" concept is useful - allowing files to be marked as intentionally skipped (e.g., vendor files, generated code) while still counting toward folder completion. Architectural ConflictSimilar to PR #57, this PR was written against an older version of the codebase that has since been significantly refactored. Main now uses a Your PR uses:
Main now uses:
Feature Design ConsiderationsWhen updating this for the new architecture:
Recommended Next Steps
I'd be happy to help with the implementation if you'd like! |
Hello hello 👋 😊
This PR implements the feature requested in #32.
The handling of
ignoredFilesis very closely modeled on the handling ofauditedFiles.The
checkIfAllSiblingFilesAreAuditednow checks if the candidate file is either audited or ignored, causing a directory full of ignored files to be seen as audited. This seemed like the simplest way to integrated it into the existing functionality.In the explorer view, ignored files are indicated in the same color as gitignored files.