We are currently using Git integration in PB 2017 R2 and moving to R3.
Like others, we've set it up with .gitignore leaving out PBL's. However, in PB 2019 R3 we have an anomaly where new objects that are "added" to a pibble show up in the ws_objects folder but do not show up in the IDE under the pibble. This leads to inability to run in IDE and also deployed/built code seems not to be working.
In R2 when one person added some objects and our Git/TFS shows changes to the .pbg. Those developers new objects are in the pbl's as they're supposed to be. An R3 developer added objects and source control DOES NOT show changes to the .pbg and his are not showing up.
I assume this is an issue of the .pbg's not being "part" of R3.
With the elimination of .pbg's in R3 how do we properly add objects to pibbles so that they show in the IDE?