My company use Lerna to manage internal UIKit.
The structure is a bit like this:
root/
|-- .gitignore
|-- uikit/
| |-- .gitignore
| |-- <project files & dirs >
|-- uikit-v2/
| |-- .gitignore
| |-- <v2 project files & dirs>
|-- <other packages>
- If
.gitignoreinv2contains directoryesm,dev, it will ignore that directory exclusive touikit-v2folder. - If
.gitignoreinrootcontains fileindex.js, it will ignore the file for all projects (because it is root)
Can you add the option to enable this to Sublime Text? Currently it is only respect the “root” .gitignore.
Or is there Package that I don’t know enables this feature?
Thanks 

