fix(import): include tracked ignored files

This commit is contained in:
2026-06-02 15:02:19 +01:00
parent 9071e17d31
commit ad84a76f8d
4 changed files with 98 additions and 2 deletions
+6
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