summaryrefslogtreecommitdiff
path: root/packages/core/src/utils/gitIgnoreParser.ts
AgeCommit message (Expand)Author
2025-07-25Upgrade test to work on windows. (#4815)Tommaso Sciortino
2025-07-20fix: prevent RangeError in GitIgnoreParser for root paths (#3417)osbornesec
2025-06-23Remove .gitignore logging from startup. (#1323)N. Taylor Mullen
2025-06-18Fix noise in headless mode on STDOUT (#1184)Allen Hutchison
2025-06-14centralize file filtering in `FileDiscoveryService` (#1039)Anas H. Sulaiman
2025-06-13initialize `FileDiscoveryService` once (#1029)Anas H. Sulaiman
2025-06-13reuse `GitIgnoreParser` for loading `.geminiignore` (#1025)Anas H. Sulaiman
2025-06-12Improve the performance of filename completion over large repositories. (#938)DeWitt Clinton
2025-06-08feat(git): Refactor gitignore handling to use `ignore` library instead of `mi...N. Taylor Mullen
2025-06-04Ignore folders files (#651)Keith Ballinger