fix(import): include tracked ignored files

This commit is contained in:
2026-06-02 15:02:19 +01:00
parent e8d4ae392e
commit c7871397d3
4 changed files with 98 additions and 2 deletions

View File

@@ -4,6 +4,12 @@
- Bidirectional sync smoke-test marker — forward leg (monorepo → subrepo), 2026-05-28.
## 2.2.1
### Fixes
- Initial import now force-adds copied subrepo files so tracked files that match the copied `.gitignore` are included in the import PR.
## 2.2.0
### Changes