Hey all :wave: I have a question related to `Gitpo...
# touchlab-tools
d
Hey all 👋 I have a question related to
Gitportal
. Library files are added to git, running
gitportal setup library ...
command, even though the library folder is in
.gitignore
. Resulting in:
Copy code
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
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.