mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
feat(git): Refactor gitignore handling to use ignore library instead of minimatch (#864)
This commit is contained in:
@@ -51,15 +51,6 @@ export class FileDiscoveryService {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets patterns that would be ignored for debugging/transparency
|
||||
*/
|
||||
getIgnoreInfo(): { gitIgnored: string[] } {
|
||||
return {
|
||||
gitIgnored: this.gitIgnoreFilter?.getIgnoredPatterns() || [],
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if a single file should be ignored
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user