pub const LFS_OBJECTS_DIR: &str = ".__lfs__";Expand description
Reserved top-level directory under the cache root holding cached git-LFS objects
(content-addressed by oid, shared across repos - see lfs_object_path). Reserved
like the suffixes above so a client repo path can never resolve into the LFS store.