Here I have some assets that don't want them to be pushed/pulled.
I don't want some assets and classes to be in controlled. and I want to make them as private Or ignored. Simple Question. how can I do this?
Here I have some assets that don't want them to be pushed/pulled.
I don't want some assets and classes to be in controlled. and I want to make them as private Or ignored. Simple Question. how can I do this?
You need to remove the items from source control (eg: via right-click -> Delete) while keeping the items in the workspace. After that, you can add the local items to the ignore list: https://blog.plasticscm.com/2014/11/configuring-ignored-items-on-your.html