-
Beta Was this translation helpful? Give feedback.
Answered by
CapnRat
Nov 23, 2022
Replies: 1 comment
-
Both icons mean that the file is locked. The purple one (without the person shape) shows up when the file also has local modifications. Regarding the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CapnRat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both icons mean that the file is locked. The purple one (without the person shape) shows up when the file also has local modifications.
Regarding the
lockable
gitattribute. git lfs allows locking of any file. The lockable attribute purpose is to make locked files read-only locally. (See git-lfs/git-lfs#3365 (comment) ) However, with Unity that doesn't matter much since Unity itself forces all files that it wants to write to as writeable. Unfortunately, not within the power of packages to change that behavior.