I have developed a small app for my personal use, to gather data using the latest Leap Motion Orion Beta SDK, and I was ready to publish my first release.
Luckily I decided to tweet @LeapMotion before doing so, and I discovered that in order to publish the repo I need to remove any asset that falls under the Orion SDK agreement (the whole core folder) and only bundle it in the final built app.
In my app, I had to edit the CapsuleHand.cs script to get the needed data, so by not tracking that asset, sharing the repo would be "useless" because nobody would be able to build the app on their personal machines without the edited script in the Core Assets folder.
Any workaround?