Daniel Žůrek
06/20/2025, 1:53 PMGitportal
. Library files are added to git, running gitportal setup library ...
command, even though the library folder is in .gitignore
. Resulting in:
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.kpgalligan
07/07/2025, 6:49 PMgitportal 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.