Skip to main content

Basically I’m missing a feature that allows me to configure components for libraries like I can with .gitignore. Sometime I would simply like to have a component for a local project but not shared in the global library. Currently I have to watch carefully, that I don’t accidently push this component with other changes I want to make public.


Is there currently a best practice, which I don’t know to solve that workflow issue?

Is adding the . or _ character in the beginning of the component name not enough for your purposes?


I just did not know that was possible and actually makes a difference. So for everybody searching for the same topic. Adding a _ oder . in front of the named component will hide it from the changes view and global library.


Thanks @Gleb!