The following paths are ignored by one of your .gitignore files:
library
Is this an intentional way of force versioning in android/ios repo? We want to use gitportal for our shared code but we'd like to avoid having the same code mixing in PRs etc.
👀 1
k
kpgalligan
07/07/2025, 6:49 PM
I'm unclear on what your intended use case is. I also don't have the details of how
gitportal setup
internally works fresh in my mind. But, the whole concept is that the source files from the external repo actually live in the target repo. That mode, unidirectional, is intended to implement versioned libraries, but with source instead of binaries.