fix(coding-agent): respect .gitignore/.ignore/.fdignore when scanning package resources

fixes #1072
This commit is contained in:
Mario Zechner 2026-01-30 01:02:45 +01:00
parent 678e3e28bd
commit 098f396cf3
5 changed files with 140 additions and 5 deletions

View file

@ -49,6 +49,7 @@
"diff": "^8.0.2",
"file-type": "^21.1.1",
"glob": "^11.0.3",
"ignore": "^7.0.5",
"marked": "^15.0.12",
"minimatch": "^10.1.1",
"proper-lockfile": "^4.1.2",